Html Css Color HEX #9F87DC Medium Purple

📋 copy color: '#9F87DC'

red 159 ◦ green 135 ◦ blue 220

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

Shades of Medium Purple #9F87DC

Tints of Medium Purple #9F87DC

RGB

 RED value IS 159 (62.5% from 255) = 30.93%

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

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

R = 30.93%
G = 26.26%
B = 42.8%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F87DC (or 0x9F87DC) is known color: Medium Purple. HEX triplet: 9F, 87 and DC. RGB value is (159,135,220). Sum of RGB (Red+Green+Blue) = 159+135+220=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F87DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F87DC is #607823. Grayscale: #979797. Windows color (decimal): -6322212 or 14452639. OLE color: 14452639.

HSL color Cylindrical-coordinate representation of color #9F87DC: hue angle of 256.94º 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 #9F87DC is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 135 220 -
CMYK 0.28 0.39 0 0.14
HSL 256.94º 0.55% 0.7% -
HSV(B) 256.94º 0.39% 0.86% -
XYZ 35.88 29.87 71.58 -
YUV 151.87 166.45 133.09 -
System Red Green Blue C M Y K H S L
Decimal 159 135 220 0.28 0.39 0 0.14 256.94 0.55 0.7
Hex 9F 87 DC 1C 27 0 E 101 37 46
Octal 237 207 334 34 47 0 16 401 67 106
Binary 10011111 10000111 11011100 11100 100111 0 1110 100000001 110111 1000110

Color Harmonies of #9F87DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F87DC

Black with #9F87DC

Text Example


Text Example

White with #9F87DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F87DC; }

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

 H1.HeaderClassName
 {
   color: #9F87DC;
 }
 .AnyTagClassName
 {
   color: #9F87DC;
 }
</style>

background-color css

<style>
 a { background-color: #9F87DC; }

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

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

border-color css

<style>
 span { border-color: #9F87DC; }

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

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