Html Css Color HEX #9887DB Medium Purple

📋 copy color: '#9887DB'

red 152 ◦ green 135 ◦ blue 219

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

Shades of Medium Purple #9887DB

Tints of Medium Purple #9887DB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.68%

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

R = 30.04%
G = 26.68%
B = 43.28%

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

#9887DB (or 0x9887DB) is known color: Medium Purple. HEX triplet: 98, 87 and DB. RGB value is (152,135,219). Sum of RGB (Red+Green+Blue) = 152+135+219=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #9887DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9887DB is #677824. Grayscale: #959595. Windows color (decimal): -6780965 or 14387096. OLE color: 14387096.

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

Color convert

RGB 152 135 219 -
CMYK 0.31 0.38 0 0.14
HSL 252.14º 0.54% 0.69% -
HSV(B) 252.14º 0.38% 0.86% -
XYZ 34.4 29.12 70.83 -
YUV 149.66 167.13 129.67 -
System Red Green Blue C M Y K H S L
Decimal 152 135 219 0.31 0.38 0 0.14 252.14 0.54 0.69
Hex 98 87 DB 1F 26 0 E FC 36 45
Octal 230 207 333 37 46 0 16 374 66 105
Binary 10011000 10000111 11011011 11111 100110 0 1110 11111100 110110 1000101

Color Harmonies of #9887DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9887DB

Black with #9887DB

Text Example


Text Example

White with #9887DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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