Html Css Color HEX #9170AA Ce Soir

📋 copy color: '#9170AA'

red 145 ◦ green 112 ◦ blue 170

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

Shades of Ce Soir #9170AA

Tints of Ce Soir #9170AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.23%

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

R = 33.96%
G = 26.23%
B = 39.81%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9170AA (or 0x9170AA) is known color: Ce Soir. HEX triplet: 91, 70 and AA. RGB value is (145,112,170). Sum of RGB (Red+Green+Blue) = 145+112+170=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #9170AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9170AA is #6E8F55. Grayscale: #808080. Windows color (decimal): -7245654 or 11169937. OLE color: 11169937.

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

Color convert

RGB 145 112 170 -
CMYK 0.15 0.34 0 0.33
HSL 274.14º 0.25% 0.55% -
HSV(B) 274.14º 0.34% 0.67% -
XYZ 24.73 20.51 40.69 -
YUV 128.48 151.43 139.78 -
System Red Green Blue C M Y K H S L
Decimal 145 112 170 0.15 0.34 0 0.33 274.14 0.25 0.55
Hex 91 70 AA F 22 0 21 112 19 37
Octal 221 160 252 17 42 0 41 422 31 67
Binary 10010001 1110000 10101010 1111 100010 0 100001 100010010 11001 110111

Color Harmonies of #9170AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9170AA

Black with #9170AA

Text Example


Text Example

White with #9170AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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