#9888CD

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

Shades of Cold Purple #9888CD

Tints of Cold Purple #9888CD

Color information

#9888CD (or 0x9888CD) is unknown color: approx Cold Purple. HEX triplet: 98, 88 and CD. RGB value is (152,136,205). Sum of RGB (Red+Green+Blue) = 152+136+205=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #9888CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9888CD is #677732. Grayscale: #949494. Windows color (decimal): -6780723 or 13469848. OLE color: 13469848.

HSL color Cylindrical-coordinate representation of color #9888CD: hue angle of 253.91º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9888CD is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB152136205-
CMYK0.260.3400.20
HSL253.91º40.83%66.86%-
HSV(B)253.91º33.66%80.39%-
XYZ32.7728.6961.57-
YUV148.65159.8130.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.83%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=30.83%
G=27.59%
B=41.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521362050.260.3400.20253.9140.8366.86
Hex9888CD1A22014fe2943
Octal230210315324202437651103
Binary10011000100010001100110111010100010010100111111101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9888CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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