#9C8ACA

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

Shades of Cold Purple #9C8ACA

Tints of Cold Purple #9C8ACA

Color information

#9C8ACA (or 0x9C8ACA) is unknown color: approx Cold Purple. HEX triplet: 9C, 8A and CA. RGB value is (156,138,202). Sum of RGB (Red+Green+Blue) = 156+138+202=496 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.45% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C8ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8ACA is #637535. Grayscale: #969696. Windows color (decimal): -6518070 or 13273756. OLE color: 13273756.

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

Color convert

RGB156138202-
CMYK0.230.3200.21
HSL256.88º37.65%66.67%-
HSV(B)256.88º31.68%79.22%-
XYZ33.4629.5159.81-
YUV150.68156.96131.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.45%
GREEN value IS 138 (54.30% from 255) = 27.82%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=31.45%
G=27.82%
B=40.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1561382020.230.3200.21256.8837.6566.67
Hex9C8ACA17200151012643
Octal234212312274002540146103
Binary100111001000101011001010101111000000101011000000011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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