#9888BE

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

Shades of Cold Purple #9888BE

Tints of Cold Purple #9888BE

Color information

#9888BE (or 0x9888BE) is unknown color: approx Cold Purple. HEX triplet: 98, 88 and BE. RGB value is (152,136,190). Sum of RGB (Red+Green+Blue) = 152+136+190=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #9888BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9888BE is #677741. Grayscale: #929292. Windows color (decimal): -6780738 or 12486808. OLE color: 12486808.

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

Color convert

RGB152136190-
CMYK0.20.2800.25
HSL257.78º29.35%63.92%-
HSV(B)257.78º28.42%74.51%-
XYZ31.052852.48-
YUV146.94152.3131.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.80%
GREEN value IS 136 (53.52% from 255) = 28.45%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=31.80%
G=28.45%
B=39.75%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521361900.20.2800.25257.7829.3563.92
Hex9888BE141C0191021d40
Octal230210276243403140235100
Binary1001100010001000101111101010011100011001100000010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9888BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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