Html Css Color HEX #9C8DC0 Cold Purple

📋 copy color: '#9C8DC0'

red 156 ◦ green 141 ◦ blue 192

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

Shades of Cold Purple #9C8DC0

Tints of Cold Purple #9C8DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.26%

R = 31.9%
G = 28.83%
B = 39.26%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C8DC0 (or 0x9C8DC0) is known color: Cold Purple. HEX triplet: 9C, 8D and C0. RGB value is (156,141,192). Sum of RGB (Red+Green+Blue) = 156+141+192=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #9C8DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8DC0 is #63723F. Grayscale: #979797. Windows color (decimal): -6517312 or 12619164. OLE color: 12619164.

HSL color Cylindrical-coordinate representation of color #9C8DC0: hue angle of 257.65º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9C8DC0 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 141 192 -
CMYK 0.19 0.27 0 0.25
HSL 257.65º 0.29% 0.65% -
HSV(B) 257.65º 0.27% 0.75% -
XYZ 32.75 29.92 53.92 -
YUV 151.3 150.97 131.35 -
System Red Green Blue C M Y K H S L
Decimal 156 141 192 0.19 0.27 0 0.25 257.65 0.29 0.65
Hex 9C 8D C0 13 1B 0 19 102 1D 41
Octal 234 215 300 23 33 0 31 402 35 101
Binary 10011100 10001101 11000000 10011 11011 0 11001 100000010 11101 1000001

Color Harmonies of #9C8DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8DC0

Black with #9C8DC0

Text Example


Text Example

White with #9C8DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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