Html Css Color HEX #9C8DAE Cold Purple

📋 copy color: '#9C8DAE'

red 156 ◦ green 141 ◦ blue 174

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

Shades of Cold Purple #9C8DAE

Tints of Cold Purple #9C8DAE

RGB

 RED value IS 156 (61.33% from 255) = 33.12%

 GREEN value IS 141 (55.47% from 255) = 29.94%

 BLUE value IS 174 (68.36% from 255) = 36.94%

R = 33.12%
G = 29.94%
B = 36.94%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C8DAE (or 0x9C8DAE) is known color: Cold Purple. HEX triplet: 9C, 8D and AE. RGB value is (156,141,174). Sum of RGB (Red+Green+Blue) = 156+141+174=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C8DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8DAE is #637251. Grayscale: #959595. Windows color (decimal): -6517330 or 11439516. OLE color: 11439516.

HSL color Cylindrical-coordinate representation of color #9C8DAE: hue angle of 267.27º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C8DAE is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 141 174 -
CMYK 0.10 0.19 0 0.32
HSL 267.27º 0.17% 0.62% -
HSV(B) 267.27º 0.19% 0.68% -
XYZ 30.88 29.17 44.05 -
YUV 149.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 156 141 174 0.10 0.19 0 0.32 267.27 0.17 0.62
Hex 9C 8D AE A 13 0 20 10B 11 3E
Octal 234 215 256 12 23 0 40 413 21 76
Binary 10011100 10001101 10101110 1010 10011 0 100000 100001011 10001 111110

Color Harmonies of #9C8DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8DAE

Black with #9C8DAE

Text Example


Text Example

White with #9C8DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,141,174); }

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

background-color css

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

 a { background-color: rgb(156,141,174); }

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

border-color css

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

 span { border-color: rgb(156,141,174); }

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