#9888CA

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

Shades of Cold Purple #9888CA

Tints of Cold Purple #9888CA

Color information

#9888CA (or 0x9888CA) is unknown color: approx Cold Purple. HEX triplet: 98, 88 and CA. RGB value is (152,136,202). Sum of RGB (Red+Green+Blue) = 152+136+202=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #9888CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9888CA is #677735. Grayscale: #949494. Windows color (decimal): -6780726 or 13273240. OLE color: 13273240.

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

Color convert

RGB152136202-
CMYK0.250.3300.21
HSL254.55º38.37%66.27%-
HSV(B)254.55º32.67%79.22%-
XYZ32.4128.5559.68-
YUV148.31158.3130.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.02%
GREEN value IS 136 (53.52% from 255) = 27.76%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=31.02%
G=27.76%
B=41.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521362020.250.3300.21254.5538.3766.27
Hex9888CA1921015ff2642
Octal230210312314102537746102
Binary10011000100010001100101011001100001010101111111111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9888CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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