Html Css Color HEX #9E4DEC Blue Violet

📋 copy color: '#9E4DEC'

red 158 ◦ green 77 ◦ blue 236

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

Shades of Blue Violet #9E4DEC

Tints of Blue Violet #9E4DEC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.35%

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

R = 33.55%
G = 16.35%
B = 50.11%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E4DEC (or 0x9E4DEC) is known color: Blue Violet. HEX triplet: 9E, 4D and EC. RGB value is (158,77,236). Sum of RGB (Red+Green+Blue) = 158+77+236=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E4DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E4DEC is #61B213. Grayscale: #767676. Windows color (decimal): -6402580 or 15486366. OLE color: 15486366.

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

Color convert

RGB 158 77 236 -
CMYK 0.33 0.67 0 0.07
HSL 270.57º 0.81% 0.61% -
HSV(B) 270.57º 0.67% 0.93% -
XYZ 31.89 18.63 81.27 -
YUV 119.35 193.84 155.57 -
System Red Green Blue C M Y K H S L
Decimal 158 77 236 0.33 0.67 0 0.07 270.57 0.81 0.61
Hex 9E 4D EC 21 43 0 7 10F 51 3D
Octal 236 115 354 41 103 0 7 417 121 75
Binary 10011110 1001101 11101100 100001 1000011 0 111 100001111 1010001 111101

Color Harmonies of #9E4DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4DEC

Black with #9E4DEC

Text Example


Text Example

White with #9E4DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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