Html Css Color HEX #9E4EEF Blue Violet

📋 copy color: '#9E4EEF'

red 158 ◦ green 78 ◦ blue 239

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

Shades of Blue Violet #9E4EEF

Tints of Blue Violet #9E4EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.42%

 BLUE value IS 239 (93.75% from 255) = 50.32%

R = 33.26%
G = 16.42%
B = 50.32%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9E4EEF (or 0x9E4EEF) is known color: Blue Violet. HEX triplet: 9E, 4E and EF. RGB value is (158,78,239). Sum of RGB (Red+Green+Blue) = 158+78+239=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E4EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E4EEF is #61B110. Grayscale: #777777. Windows color (decimal): -6402321 or 15683230. OLE color: 15683230.

HSL color Cylindrical-coordinate representation of color #9E4EEF: hue angle of 269.81º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E4EEF is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 78 239 -
CMYK 0.34 0.67 0 0.06
HSL 269.81º 0.83% 0.62% -
HSV(B) 269.81º 0.67% 0.94% -
XYZ 32.4 18.95 83.61 -
YUV 120.27 195 154.91 -
System Red Green Blue C M Y K H S L
Decimal 158 78 239 0.34 0.67 0 0.06 269.81 0.83 0.62
Hex 9E 4E EF 22 43 0 6 10E 53 3E
Octal 236 116 357 42 103 0 6 416 123 76
Binary 10011110 1001110 11101111 100010 1000011 0 110 100001110 1010011 111110

Color Harmonies of #9E4EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4EEF

Black with #9E4EEF

Text Example


Text Example

White with #9E4EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,78,239); }

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

background-color css

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

 a { background-color: rgb(158,78,239); }

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

border-color css

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

 span { border-color: rgb(158,78,239); }

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