Html Css Color HEX #9F87F1 Medium Purple

📋 copy color: '#9F87F1'

red 159 ◦ green 135 ◦ blue 241

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

Shades of Medium Purple #9F87F1

Tints of Medium Purple #9F87F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.05%

R = 29.72%
G = 25.23%
B = 45.05%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9F87F1 (or 0x9F87F1) is known color: Medium Purple. HEX triplet: 9F, 87 and F1. RGB value is (159,135,241). Sum of RGB (Red+Green+Blue) = 159+135+241=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F87F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F87F1 is #60780E. Grayscale: #999999. Windows color (decimal): -6322191 or 15828895. OLE color: 15828895.

HSL color Cylindrical-coordinate representation of color #9F87F1: hue angle of 253.58º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F87F1 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 135 241 -
CMYK 0.34 0.44 0 0.05
HSL 253.58º 0.79% 0.74% -
HSV(B) 253.58º 0.44% 0.95% -
XYZ 38.84 31.05 87.17 -
YUV 154.26 176.95 131.38 -
System Red Green Blue C M Y K H S L
Decimal 159 135 241 0.34 0.44 0 0.05 253.58 0.79 0.74
Hex 9F 87 F1 22 2C 0 5 FE 4F 4A
Octal 237 207 361 42 54 0 5 376 117 112
Binary 10011111 10000111 11110001 100010 101100 0 101 11111110 1001111 1001010

Color Harmonies of #9F87F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F87F1

Black with #9F87F1

Text Example


Text Example

White with #9F87F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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