Html Css Color HEX #9178AA Ce Soir

📋 copy color: '#9178AA'

red 145 ◦ green 120 ◦ blue 170

#9178AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ce Soir #9178AA

Tints of Ce Soir #9178AA

RGB

 RED value IS 145 (57.03% from 255) = 33.33%

 GREEN value IS 120 (47.27% from 255) = 27.59%

 BLUE value IS 170 (66.8% from 255) = 39.08%

R = 33.33%
G = 27.59%
B = 39.08%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9178AA (or 0x9178AA) is known color: Ce Soir. HEX triplet: 91, 78 and AA. RGB value is (145,120,170). Sum of RGB (Red+Green+Blue) = 145+120+170=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #9178AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9178AA is #6E8755. Grayscale: #858585. Windows color (decimal): -7243606 or 11171985. OLE color: 11171985.

HSL color Cylindrical-coordinate representation of color #9178AA: hue angle of 270º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9178AA is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 120 170 -
CMYK 0.15 0.29 0 0.33
HSL 270º 0.23% 0.57% -
HSV(B) 270º 0.29% 0.67% -
XYZ 25.65 22.35 40.99 -
YUV 133.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 145 120 170 0.15 0.29 0 0.33 270 0.23 0.57
Hex 91 78 AA F 1D 0 21 10E 17 39
Octal 221 170 252 17 35 0 41 416 27 71
Binary 10010001 1111000 10101010 1111 11101 0 100001 100001110 10111 111001

Color Harmonies of #9178AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9178AA

Black with #9178AA

Text Example


Text Example

White with #9178AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9178AA; }

 p { color: rgb(145,120,170); }

 H1.HeaderClassName
 {
   color: #9178AA;
 }
 .AnyTagClassName
 {
   color: #9178AA;
 }
</style>

background-color css

<style>
 a { background-color: #9178AA; }

 a { background-color: rgb(145,120,170); }

 div.DivClassName
 {
   background-color: #9178AA;
 }
 .BgClassName
 {
   background-color: #9178AA;
 }
</style>

border-color css

<style>
 span { border-color: #9178AA; }

 span { border-color: rgb(145,120,170); }

 td.TdClassName
 {
   border-color: #9178AA;
 }
 .TagClassName
 {
   border-color: #9178AA;
 }
</style>