Html Css Color HEX #9E4EFE Blue Violet

📋 copy color: '#9E4EFE'

red 158 ◦ green 78 ◦ blue 254

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

Shades of Blue Violet #9E4EFE

Tints of Blue Violet #9E4EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.84%

R = 32.24%
G = 15.92%
B = 51.84%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9E4EFE (or 0x9E4EFE) is known color: Blue Violet. HEX triplet: 9E, 4E and FE. RGB value is (158,78,254). Sum of RGB (Red+Green+Blue) = 158+78+254=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E4EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E4EFE is #61B101. Grayscale: #797979. Windows color (decimal): -6402306 or 16666270. OLE color: 16666270.

HSL color Cylindrical-coordinate representation of color #9E4EFE: hue angle of 267.27º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E4EFE is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 158 78 254 -
CMYK 0.38 0.69 0 0.00
HSL 267.27º 0.99% 0.65% -
HSV(B) 267.27º 0.69% 1% -
XYZ 34.71 19.87 95.77 -
YUV 121.98 202.5 153.69 -
System Red Green Blue C M Y K H S L
Decimal 158 78 254 0.38 0.69 0 0.00 267.27 0.99 0.65
Hex 9E 4E FE 26 45 0 0 10B 63 41
Octal 236 116 376 46 105 0 0 413 143 101
Binary 10011110 1001110 11111110 100110 1000101 0 0 100001011 1100011 1000001

Color Harmonies of #9E4EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4EFE

Black with #9E4EFE

Text Example


Text Example

White with #9E4EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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