#9881CA

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

Shades of Cold Purple #9881CA

Tints of Cold Purple #9881CA

Color information

#9881CA (or 0x9881CA) is unknown color: approx Cold Purple. HEX triplet: 98, 81 and CA. RGB value is (152,129,202). Sum of RGB (Red+Green+Blue) = 152+129+202=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #9881CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9881CA is #677E35. Grayscale: #8F8F8F. Windows color (decimal): -6782518 or 13271448. OLE color: 13271448.

HSL color Cylindrical-coordinate representation of color #9881CA: hue angle of 258.9º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9881CA is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB152129202-
CMYK0.250.3600.21
HSL258.9º40.78%64.9%-
HSV(B)258.9º36.14%79.22%-
XYZ31.4626.6459.36-
YUV144.2160.62133.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.47%
GREEN value IS 129 (50.78% from 255) = 26.71%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=31.47%
G=26.71%
B=41.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521292020.250.3600.21258.940.7864.9
Hex9881CA19240151032941
Octal230201312314402540351101
Binary100110001000000111001010110011001000101011000000111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9881CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9881CA; }

 p { color: rgb(152,129,202); }

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

<style>
 a { background-color: #9881CA; }

 a { background-color: rgb(152,129,202); }

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

<style>
 span { border-color: #9881CA; }

 span { border-color: rgb(152,129,202); }

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