Html Css Color HEX #9C8EB9 Cold Purple

📋 copy color: '#9C8EB9'

red 156 ◦ green 142 ◦ blue 185

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

Shades of Cold Purple #9C8EB9

Tints of Cold Purple #9C8EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 32.3%
G = 29.4%
B = 38.3%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C8EB9 (or 0x9C8EB9) is known color: Cold Purple. HEX triplet: 9C, 8E and B9. RGB value is (156,142,185). Sum of RGB (Red+Green+Blue) = 156+142+185=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 185 - color contains mainly: blue. Hex color #9C8EB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8EB9 is #637146. Grayscale: #969696. Windows color (decimal): -6517063 or 12160668. OLE color: 12160668.

HSL color Cylindrical-coordinate representation of color #9C8EB9: hue angle of 259.53º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C8EB9 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 142 185 -
CMYK 0.16 0.23 0 0.27
HSL 259.53º 0.23% 0.64% -
HSV(B) 259.53º 0.23% 0.73% -
XYZ 32.14 29.92 49.98 -
YUV 151.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 156 142 185 0.16 0.23 0 0.27 259.53 0.23 0.64
Hex 9C 8E B9 10 17 0 1B 104 17 40
Octal 234 216 271 20 27 0 33 404 27 100
Binary 10011100 10001110 10111001 10000 10111 0 11011 100000100 10111 1000000

Color Harmonies of #9C8EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8EB9

Black with #9C8EB9

Text Example


Text Example

White with #9C8EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,142,185); }

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

background-color css

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

 a { background-color: rgb(156,142,185); }

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

border-color css

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

 span { border-color: rgb(156,142,185); }

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