Html Css Color HEX #9F5DEB Medium Purple

📋 copy color: '#9F5DEB'

red 159 ◦ green 93 ◦ blue 235

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

Shades of Medium Purple #9F5DEB

Tints of Medium Purple #9F5DEB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.1%

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

R = 32.65%
G = 19.1%
B = 48.25%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F5DEB (or 0x9F5DEB) is known color: Medium Purple. HEX triplet: 9F, 5D and EB. RGB value is (159,93,235). Sum of RGB (Red+Green+Blue) = 159+93+235=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F5DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F5DEB is #60A214. Grayscale: #808080. Windows color (decimal): -6332949 or 15424927. OLE color: 15424927.

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

Color convert

RGB 159 93 235 -
CMYK 0.32 0.60 0 0.08
HSL 267.89º 0.78% 0.64% -
HSV(B) 267.89º 0.6% 0.92% -
XYZ 33.21 21.2 80.94 -
YUV 128.92 187.87 149.45 -
System Red Green Blue C M Y K H S L
Decimal 159 93 235 0.32 0.60 0 0.08 267.89 0.78 0.64
Hex 9F 5D EB 20 3C 0 8 10C 4E 40
Octal 237 135 353 40 74 0 10 414 116 100
Binary 10011111 1011101 11101011 100000 111100 0 1000 100001100 1001110 1000000

Color Harmonies of #9F5DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5DEB

Black with #9F5DEB

Text Example


Text Example

White with #9F5DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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