#9888C0

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

Shades of Cold Purple #9888C0

Tints of Cold Purple #9888C0

Color information

#9888C0 (or 0x9888C0) is unknown color: approx Cold Purple. HEX triplet: 98, 88 and C0. RGB value is (152,136,192). Sum of RGB (Red+Green+Blue) = 152+136+192=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #9888C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9888C0 is #67773F. Grayscale: #929292. Windows color (decimal): -6780736 or 12617880. OLE color: 12617880.

HSL color Cylindrical-coordinate representation of color #9888C0: hue angle of 257.14º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9888C0 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152136192-
CMYK0.210.2900.25
HSL257.14º30.77%64.31%-
HSV(B)257.14º29.17%75.29%-
XYZ31.2728.0953.64-
YUV147.17153.3131.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.67%
GREEN value IS 136 (53.52% from 255) = 28.33%
BLUE value IS 192 (75.39% from 255) = 40%
R=31.67%
G=28.33%
B=40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521361920.210.2900.25257.1430.7764.31
Hex9888C0151D0191011f40
Octal230210300253503140137100
Binary1001100010001000110000001010111101011001100000001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9888C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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