Html Css Color HEX #9F87DD Medium Purple

📋 copy color: '#9F87DD'

red 159 ◦ green 135 ◦ blue 221

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

Shades of Medium Purple #9F87DD

Tints of Medium Purple #9F87DD

RGB

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

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

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

R = 30.87%
G = 26.21%
B = 42.91%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F87DD (or 0x9F87DD) is known color: Medium Purple. HEX triplet: 9F, 87 and DD. RGB value is (159,135,221). Sum of RGB (Red+Green+Blue) = 159+135+221=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F87DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F87DD is #607822. Grayscale: #979797. Windows color (decimal): -6322211 or 14518175. OLE color: 14518175.

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

Color convert

RGB 159 135 221 -
CMYK 0.28 0.39 0 0.13
HSL 256.74º 0.56% 0.7% -
HSV(B) 256.74º 0.39% 0.87% -
XYZ 36.01 29.92 72.28 -
YUV 151.98 166.95 133.01 -
System Red Green Blue C M Y K H S L
Decimal 159 135 221 0.28 0.39 0 0.13 256.74 0.56 0.7
Hex 9F 87 DD 1C 27 0 D 101 38 46
Octal 237 207 335 34 47 0 15 401 70 106
Binary 10011111 10000111 11011101 11100 100111 0 1101 100000001 111000 1000110

Color Harmonies of #9F87DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F87DD

Black with #9F87DD

Text Example


Text Example

White with #9F87DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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