Html Css Color HEX #9D8EAC Cold Purple

📋 copy color: '#9D8EAC'

red 157 ◦ green 142 ◦ blue 172

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

Shades of Cold Purple #9D8EAC

Tints of Cold Purple #9D8EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.15%

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 33.33%
G = 30.15%
B = 36.52%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D8EAC (or 0x9D8EAC) is known color: Cold Purple. HEX triplet: 9D, 8E and AC. RGB value is (157,142,172). Sum of RGB (Red+Green+Blue) = 157+142+172=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D8EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8EAC is #627153. Grayscale: #959595. Windows color (decimal): -6451540 or 11308701. OLE color: 11308701.

HSL color Cylindrical-coordinate representation of color #9D8EAC: hue angle of 270º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D8EAC is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 142 172 -
CMYK 0.09 0.17 0 0.33
HSL 270º 0.15% 0.62% -
HSV(B) 270º 0.17% 0.67% -
XYZ 31.02 29.49 43.09 -
YUV 149.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 157 142 172 0.09 0.17 0 0.33 270 0.15 0.62
Hex 9D 8E AC 9 11 0 21 10E F 3E
Octal 235 216 254 11 21 0 41 416 17 76
Binary 10011101 10001110 10101100 1001 10001 0 100001 100001110 1111 111110

Color Harmonies of #9D8EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8EAC

Black with #9D8EAC

Text Example


Text Example

White with #9D8EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,142,172); }

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

background-color css

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

 a { background-color: rgb(157,142,172); }

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

border-color css

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

 span { border-color: rgb(157,142,172); }

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