Html Css Color HEX #9888BE Cold Purple

📋 copy color: '#9888BE'

red 152 ◦ green 136 ◦ blue 190

#9888BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #9888BE

Tints of Cold Purple #9888BE

RGB

 RED value IS 152 (59.77% from 255) = 31.8%

 GREEN value IS 136 (53.52% from 255) = 28.45%

 BLUE value IS 190 (74.61% from 255) = 39.75%

R = 31.8%
G = 28.45%
B = 39.75%

CMYK

 C value IS 0.2

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9888BE (or 0x9888BE) is known color: 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

RGB 152 136 190 -
CMYK 0.2 0.28 0 0.25
HSL 257.78º 0.29% 0.64% -
HSV(B) 257.78º 0.28% 0.75% -
XYZ 31.05 28 52.48 -
YUV 146.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 152 136 190 0.2 0.28 0 0.25 257.78 0.29 0.64
Hex 98 88 BE 14 1C 0 19 102 1D 40
Octal 230 210 276 24 34 0 31 402 35 100
Binary 10011000 10001000 10111110 10100 11100 0 11001 100000010 11101 1000000

Color Harmonies of #9888BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9888BE

Black with #9888BE

Text Example


Text Example

White with #9888BE

Text Example


Text Example

HTML Codes & Css Web 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>