#9C8CCA

Color #9C8CCA Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9C8CCA

Tints of Cold Purple #9C8CCA

Color information

#9C8CCA (or 0x9C8CCA) is unknown color: approx Cold Purple. HEX triplet: 9C, 8C and CA. RGB value is (156,140,202). Sum of RGB (Red+Green+Blue) = 156+140+202=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C8CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8CCA is #637335. Grayscale: #979797. Windows color (decimal): -6517558 or 13274268. OLE color: 13274268.

HSL color Cylindrical-coordinate representation of color #9C8CCA: hue angle of 255.48º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C8CCA is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB156140202-
CMYK0.230.3100.21
HSL255.48º36.9%67.06%-
HSV(B)255.48º30.69%79.22%-
XYZ33.7530.0959.91-
YUV151.85156.3130.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.33%
GREEN value IS 140 (55.08% from 255) = 28.11%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=31.33%
G=28.11%
B=40.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1561402020.230.3100.21255.4836.967.06
Hex9C8CCA171F015ff2543
Octal234214312273702537745103
Binary1001110010001100110010101011111111010101111111111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,140,202); }

 H1.HeaderClassName
 {
   color: #9C8CCA;
 }
 .AnyTagClassName
 {
   color: #9C8CCA;
 }
</style>
background-color css

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

 a { background-color: rgb(156,140,202); }

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

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

 span { border-color: rgb(156,140,202); }

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