#9E4DFE

Color #9E4DFE Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9E4DFE

Tints of Blue Violet #9E4DFE

Color information

#9E4DFE (or 0x9E4DFE) is unknown color: approx Blue Violet. HEX triplet: 9E, 4D and FE. RGB value is (158,77,254). Sum of RGB (Red+Green+Blue) = 158+77+254=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E4DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E4DFE is #61B201. Grayscale: #787878. Windows color (decimal): -6402562 or 16666014. OLE color: 16666014.

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

Color convert

RGB15877254-
CMYK0.380.7000.00
HSL267.46º98.88%64.9%-
HSV(B)267.46º69.69%99.61%-
XYZ34.6419.7395.75-
YUV121.4202.84154.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.31%
GREEN value IS 77 (30.47% from 255) = 15.75%
BLUE value IS 254 (99.61% from 255) = 51.94%
R=32.31%
G=15.75%
B=51.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal158772540.380.7000.00267.4698.8864.9
Hex9E4DFE26460010b6341
Octal2361153764610600413143101
Binary1001111010011011111111010011010001100010000101111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E4DFE;
 }
 .AnyTagClassName
 {
   color: #9E4DFE;
 }
</style>
background-color css

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

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

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

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

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

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