Html Css Color HEX #9172AB Ce Soir

📋 copy color: '#9172AB'

red 145 ◦ green 114 ◦ blue 171

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

Shades of Ce Soir #9172AB

Tints of Ce Soir #9172AB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.51%

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

R = 33.72%
G = 26.51%
B = 39.77%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9172AB (or 0x9172AB) is known color: Ce Soir. HEX triplet: 91, 72 and AB. RGB value is (145,114,171). Sum of RGB (Red+Green+Blue) = 145+114+171=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #9172AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9172AB is #6E8D54. Grayscale: #818181. Windows color (decimal): -7245141 or 11235985. OLE color: 11235985.

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

Color convert

RGB 145 114 171 -
CMYK 0.15 0.33 0 0.33
HSL 272.63º 0.25% 0.56% -
HSV(B) 272.63º 0.33% 0.67% -
XYZ 25.05 20.99 41.26 -
YUV 129.77 151.27 138.87 -
System Red Green Blue C M Y K H S L
Decimal 145 114 171 0.15 0.33 0 0.33 272.63 0.25 0.56
Hex 91 72 AB F 21 0 21 111 19 38
Octal 221 162 253 17 41 0 41 421 31 70
Binary 10010001 1110010 10101011 1111 100001 0 100001 100010001 11001 111000

Color Harmonies of #9172AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9172AB

Black with #9172AB

Text Example


Text Example

White with #9172AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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