Html Css Color HEX #9887DD Medium Purple

📋 copy color: '#9887DD'

red 152 ◦ green 135 ◦ blue 221

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

Shades of Medium Purple #9887DD

Tints of Medium Purple #9887DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.5%

R = 29.92%
G = 26.57%
B = 43.5%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9887DD (or 0x9887DD) is known color: Medium Purple. HEX triplet: 98, 87 and DD. RGB value is (152,135,221). Sum of RGB (Red+Green+Blue) = 152+135+221=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #9887DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9887DD is #677822. Grayscale: #959595. Windows color (decimal): -6780963 or 14518168. OLE color: 14518168.

HSL color Cylindrical-coordinate representation of color #9887DD: hue angle of 251.86º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9887DD is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 135 221 -
CMYK 0.31 0.39 0 0.13
HSL 251.86º 0.56% 0.7% -
HSV(B) 251.86º 0.39% 0.87% -
XYZ 34.66 29.22 72.22 -
YUV 149.89 168.13 129.51 -
System Red Green Blue C M Y K H S L
Decimal 152 135 221 0.31 0.39 0 0.13 251.86 0.56 0.7
Hex 98 87 DD 1F 27 0 D FC 38 46
Octal 230 207 335 37 47 0 15 374 70 106
Binary 10011000 10000111 11011101 11111 100111 0 1101 11111100 111000 1000110

Color Harmonies of #9887DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9887DD

Black with #9887DD

Text Example


Text Example

White with #9887DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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