#9C8CCD

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

Shades of Cold Purple #9C8CCD

Tints of Cold Purple #9C8CCD

Color information

#9C8CCD (or 0x9C8CCD) is unknown color: approx Cold Purple. HEX triplet: 9C, 8C and CD. RGB value is (156,140,205). Sum of RGB (Red+Green+Blue) = 156+140+205=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C8CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8CCD is #637332. Grayscale: #979797. Windows color (decimal): -6517555 or 13470876. OLE color: 13470876.

HSL color Cylindrical-coordinate representation of color #9C8CCD: hue angle of 254.77º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C8CCD is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB156140205-
CMYK0.240.3200.20
HSL254.77º39.39%67.65%-
HSV(B)254.77º31.71%80.39%-
XYZ34.1130.2361.8-
YUV152.19157.8130.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.14%
GREEN value IS 140 (55.08% from 255) = 27.94%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=31.14%
G=27.94%
B=40.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561402050.240.3200.20254.7739.3967.65
Hex9C8CCD1820014ff2744
Octal234214315304002437747104
Binary10011100100011001100110111000100000010100111111111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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