Html Css Color HEX #9E60EB Medium Purple

📋 copy color: '#9E60EB'

red 158 ◦ green 96 ◦ blue 235

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

Shades of Medium Purple #9E60EB

Tints of Medium Purple #9E60EB

RGB

 RED value IS 158 (62.11% from 255) = 32.31%

 GREEN value IS 96 (37.89% from 255) = 19.63%

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

R = 32.31%
G = 19.63%
B = 48.06%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E60EB (or 0x9E60EB) is known color: Medium Purple. HEX triplet: 9E, 60 and EB. RGB value is (158,96,235). Sum of RGB (Red+Green+Blue) = 158+96+235=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E60EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E60EB is #619F14. Grayscale: #818181. Windows color (decimal): -6397717 or 15425694. OLE color: 15425694.

HSL color Cylindrical-coordinate representation of color #9E60EB: hue angle of 266.76º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E60EB is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 96 235 -
CMYK 0.33 0.59 0 0.08
HSL 266.76º 0.78% 0.65% -
HSV(B) 266.76º 0.59% 0.92% -
XYZ 33.28 21.63 81.02 -
YUV 130.38 187.04 147.7 -
System Red Green Blue C M Y K H S L
Decimal 158 96 235 0.33 0.59 0 0.08 266.76 0.78 0.65
Hex 9E 60 EB 21 3B 0 8 10B 4E 41
Octal 236 140 353 41 73 0 10 413 116 101
Binary 10011110 1100000 11101011 100001 111011 0 1000 100001011 1001110 1000001

Color Harmonies of #9E60EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E60EB

Black with #9E60EB

Text Example


Text Example

White with #9E60EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,96,235); }

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

background-color css

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

 a { background-color: rgb(158,96,235); }

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

border-color css

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

 span { border-color: rgb(158,96,235); }

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