Html Css Color HEX #9F86EB Medium Purple

📋 copy color: '#9F86EB'

red 159 ◦ green 134 ◦ blue 235

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

Shades of Medium Purple #9F86EB

Tints of Medium Purple #9F86EB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.38%

 BLUE value IS 235 (92.19% from 255) = 44.51%

R = 30.11%
G = 25.38%
B = 44.51%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F86EB (or 0x9F86EB) is known color: Medium Purple. HEX triplet: 9F, 86 and EB. RGB value is (159,134,235). Sum of RGB (Red+Green+Blue) = 159+134+235=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F86EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F86EB is #607914. Grayscale: #989898. Windows color (decimal): -6322453 or 15435423. OLE color: 15435423.

HSL color Cylindrical-coordinate representation of color #9F86EB: hue angle of 254.85º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F86EB is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 134 235 -
CMYK 0.32 0.43 0 0.08
HSL 254.85º 0.72% 0.72% -
HSV(B) 254.85º 0.43% 0.92% -
XYZ 37.82 30.42 82.48 -
YUV 152.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 159 134 235 0.32 0.43 0 0.08 254.85 0.72 0.72
Hex 9F 86 EB 20 2B 0 8 FF 48 48
Octal 237 206 353 40 53 0 10 377 110 110
Binary 10011111 10000110 11101011 100000 101011 0 1000 11111111 1001000 1001000

Color Harmonies of #9F86EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F86EB

Black with #9F86EB

Text Example


Text Example

White with #9F86EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,134,235); }

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

background-color css

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

 a { background-color: rgb(159,134,235); }

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

border-color css

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

 span { border-color: rgb(159,134,235); }

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