Html Css Color HEX #9D72AB Ce Soir

📋 copy color: '#9D72AB'

red 157 ◦ green 114 ◦ blue 171

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

Shades of Ce Soir #9D72AB

Tints of Ce Soir #9D72AB

RGB

 RED value IS 157 (61.72% from 255) = 35.52%

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

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

R = 35.52%
G = 25.79%
B = 38.69%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D72AB (or 0x9D72AB) is known color: Ce Soir. HEX triplet: 9D, 72 and AB. RGB value is (157,114,171). Sum of RGB (Red+Green+Blue) = 157+114+171=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D72AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D72AB is #628D54. Grayscale: #858585. Windows color (decimal): -6458709 or 11235997. OLE color: 11235997.

HSL color Cylindrical-coordinate representation of color #9D72AB: hue angle of 285.26º 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 #9D72AB is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 114 171 -
CMYK 0.08 0.33 0 0.33
HSL 285.26º 0.25% 0.56% -
HSV(B) 285.26º 0.33% 0.67% -
XYZ 27.27 22.14 41.36 -
YUV 133.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 157 114 171 0.08 0.33 0 0.33 285.26 0.25 0.56
Hex 9D 72 AB 8 21 0 21 11D 19 38
Octal 235 162 253 10 41 0 41 435 31 70
Binary 10011101 1110010 10101011 1000 100001 0 100001 100011101 11001 111000

Color Harmonies of #9D72AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D72AB

Black with #9D72AB

Text Example


Text Example

White with #9D72AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D72AB; }

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

 H1.HeaderClassName
 {
   color: #9D72AB;
 }
 .AnyTagClassName
 {
   color: #9D72AB;
 }
</style>

background-color css

<style>
 a { background-color: #9D72AB; }

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

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

border-color css

<style>
 span { border-color: #9D72AB; }

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

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