Html Css Color HEX #9987DC Medium Purple

📋 copy color: '#9987DC'

red 153 ◦ green 135 ◦ blue 220

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

Shades of Medium Purple #9987DC

Tints of Medium Purple #9987DC

RGB

 RED value IS 153 (60.16% from 255) = 30.12%

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

 BLUE value IS 220 (86.33% from 255) = 43.31%

R = 30.12%
G = 26.57%
B = 43.31%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9987DC (or 0x9987DC) is known color: Medium Purple. HEX triplet: 99, 87 and DC. RGB value is (153,135,220). Sum of RGB (Red+Green+Blue) = 153+135+220=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #9987DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9987DC is #667823. Grayscale: #959595. Windows color (decimal): -6715428 or 14452633. OLE color: 14452633.

HSL color Cylindrical-coordinate representation of color #9987DC: hue angle of 252.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9987DC is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 135 220 -
CMYK 0.30 0.39 0 0.14
HSL 252.71º 0.55% 0.7% -
HSV(B) 252.71º 0.39% 0.86% -
XYZ 34.72 29.27 71.53 -
YUV 150.07 167.46 130.09 -
System Red Green Blue C M Y K H S L
Decimal 153 135 220 0.30 0.39 0 0.14 252.71 0.55 0.7
Hex 99 87 DC 1E 27 0 E FD 37 46
Octal 231 207 334 36 47 0 16 375 67 106
Binary 10011001 10000111 11011100 11110 100111 0 1110 11111101 110111 1000110

Color Harmonies of #9987DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9987DC

Black with #9987DC

Text Example


Text Example

White with #9987DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9987DC; }

 p { color: rgb(153,135,220); }

 H1.HeaderClassName
 {
   color: #9987DC;
 }
 .AnyTagClassName
 {
   color: #9987DC;
 }
</style>

background-color css

<style>
 a { background-color: #9987DC; }

 a { background-color: rgb(153,135,220); }

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

border-color css

<style>
 span { border-color: #9987DC; }

 span { border-color: rgb(153,135,220); }

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