Html Css Color HEX #9170AB Ce Soir

📋 copy color: '#9170AB'

red 145 ◦ green 112 ◦ blue 171

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

Shades of Ce Soir #9170AB

Tints of Ce Soir #9170AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.95%

R = 33.88%
G = 26.17%
B = 39.95%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9170AB (or 0x9170AB) is known color: Ce Soir. HEX triplet: 91, 70 and AB. RGB value is (145,112,171). Sum of RGB (Red+Green+Blue) = 145+112+171=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #9170AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9170AB is #6E8F54. Grayscale: #808080. Windows color (decimal): -7245653 or 11235473. OLE color: 11235473.

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

Color convert

RGB 145 112 171 -
CMYK 0.15 0.35 0 0.33
HSL 273.56º 0.26% 0.55% -
HSV(B) 273.56º 0.35% 0.67% -
XYZ 24.82 20.55 41.19 -
YUV 128.59 151.93 139.7 -
System Red Green Blue C M Y K H S L
Decimal 145 112 171 0.15 0.35 0 0.33 273.56 0.26 0.55
Hex 91 70 AB F 23 0 21 112 1A 37
Octal 221 160 253 17 43 0 41 422 32 67
Binary 10010001 1110000 10101011 1111 100011 0 100001 100010010 11010 110111

Color Harmonies of #9170AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9170AB

Black with #9170AB

Text Example


Text Example

White with #9170AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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