Html Css Color HEX #9D7DAB Ce Soir

📋 copy color: '#9D7DAB'

red 157 ◦ green 125 ◦ blue 171

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

Shades of Ce Soir #9D7DAB

Tints of Ce Soir #9D7DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.59%

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

R = 34.66%
G = 27.59%
B = 37.75%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D7DAB (or 0x9D7DAB) is known color: Ce Soir. HEX triplet: 9D, 7D and AB. RGB value is (157,125,171). Sum of RGB (Red+Green+Blue) = 157+125+171=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D7DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7DAB is #628254. Grayscale: #8B8B8B. Windows color (decimal): -6455893 or 11238813. OLE color: 11238813.

HSL color Cylindrical-coordinate representation of color #9D7DAB: hue angle of 281.74º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D7DAB is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 125 171 -
CMYK 0.08 0.27 0 0.33
HSL 281.74º 0.21% 0.58% -
HSV(B) 281.74º 0.27% 0.67% -
XYZ 28.59 24.78 41.8 -
YUV 139.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 157 125 171 0.08 0.27 0 0.33 281.74 0.21 0.58
Hex 9D 7D AB 8 1B 0 21 11A 15 3A
Octal 235 175 253 10 33 0 41 432 25 72
Binary 10011101 1111101 10101011 1000 11011 0 100001 100011010 10101 111010

Color Harmonies of #9D7DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7DAB

Black with #9D7DAB

Text Example


Text Example

White with #9D7DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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