Html Css Color HEX #9E5CEC Medium Purple

📋 copy color: '#9E5CEC'

red 158 ◦ green 92 ◦ blue 236

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

Shades of Medium Purple #9E5CEC

Tints of Medium Purple #9E5CEC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.93%

 BLUE value IS 236 (92.58% from 255) = 48.56%

R = 32.51%
G = 18.93%
B = 48.56%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E5CEC (or 0x9E5CEC) is known color: Medium Purple. HEX triplet: 9E, 5C and EC. RGB value is (158,92,236). Sum of RGB (Red+Green+Blue) = 158+92+236=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E5CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5CEC is #61A313. Grayscale: #7F7F7F. Windows color (decimal): -6398740 or 15490206. OLE color: 15490206.

HSL color Cylindrical-coordinate representation of color #9E5CEC: hue angle of 267.5º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E5CEC is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 92 236 -
CMYK 0.33 0.61 0 0.07
HSL 267.5º 0.79% 0.64% -
HSV(B) 267.5º 0.61% 0.93% -
XYZ 33.07 20.98 81.66 -
YUV 128.15 188.87 149.29 -
System Red Green Blue C M Y K H S L
Decimal 158 92 236 0.33 0.61 0 0.07 267.5 0.79 0.64
Hex 9E 5C EC 21 3D 0 7 10C 4F 40
Octal 236 134 354 41 75 0 7 414 117 100
Binary 10011110 1011100 11101100 100001 111101 0 111 100001100 1001111 1000000

Color Harmonies of #9E5CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5CEC

Black with #9E5CEC

Text Example


Text Example

White with #9E5CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,92,236); }

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

background-color css

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

 a { background-color: rgb(158,92,236); }

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

border-color css

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

 span { border-color: rgb(158,92,236); }

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