Html Css Color HEX #9888DB Medium Purple

📋 copy color: '#9888DB'

red 152 ◦ green 136 ◦ blue 219

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

Shades of Medium Purple #9888DB

Tints of Medium Purple #9888DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 29.98%
G = 26.82%
B = 43.2%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9888DB (or 0x9888DB) is known color: Medium Purple. HEX triplet: 98, 88 and DB. RGB value is (152,136,219). Sum of RGB (Red+Green+Blue) = 152+136+219=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #9888DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9888DB is #677724. Grayscale: #959595. Windows color (decimal): -6780709 or 14387352. OLE color: 14387352.

HSL color Cylindrical-coordinate representation of color #9888DB: hue angle of 251.57º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9888DB is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 136 219 -
CMYK 0.31 0.38 0 0.14
HSL 251.57º 0.54% 0.7% -
HSV(B) 251.57º 0.38% 0.86% -
XYZ 34.54 29.4 70.87 -
YUV 150.25 166.8 129.25 -
System Red Green Blue C M Y K H S L
Decimal 152 136 219 0.31 0.38 0 0.14 251.57 0.54 0.7
Hex 98 88 DB 1F 26 0 E FC 36 46
Octal 230 210 333 37 46 0 16 374 66 106
Binary 10011000 10001000 11011011 11111 100110 0 1110 11111100 110110 1000110

Color Harmonies of #9888DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9888DB

Black with #9888DB

Text Example


Text Example

White with #9888DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9888DB;
 }
 .AnyTagClassName
 {
   color: #9888DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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