#9C82CB

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

Shades of Cold Purple #9C82CB

Tints of Cold Purple #9C82CB

Color information

#9C82CB (or 0x9C82CB) is unknown color: approx Cold Purple. HEX triplet: 9C, 82 and CB. RGB value is (156,130,203). Sum of RGB (Red+Green+Blue) = 156+130+203=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C82CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C82CB is #637D34. Grayscale: #919191. Windows color (decimal): -6520117 or 13337244. OLE color: 13337244.

HSL color Cylindrical-coordinate representation of color #9C82CB: hue angle of 261.37º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C82CB is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB156130203-
CMYK0.230.3600.20
HSL261.37º41.24%65.29%-
HSV(B)261.37º35.96%79.61%-
XYZ32.4727.3460.07-
YUV146.1160.11135.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.90%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 203 (79.69% from 255) = 41.51%
R=31.90%
G=26.58%
B=41.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561302030.230.3600.20261.3741.2465.29
Hex9C82CB17240141052941
Octal234202313274402440551101
Binary100111001000001011001011101111001000101001000001011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C82CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,130,203); }

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

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

 a { background-color: rgb(156,130,203); }

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

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

 span { border-color: rgb(156,130,203); }

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