#9E4EFC

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

Shades of Blue Violet #9E4EFC

Tints of Blue Violet #9E4EFC

Color information

#9E4EFC (or 0x9E4EFC) is unknown color: approx Blue Violet. HEX triplet: 9E, 4E and FC. RGB value is (158,78,252). Sum of RGB (Red+Green+Blue) = 158+78+252=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E4EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E4EFC is #61B103. Grayscale: #797979. Windows color (decimal): -6402308 or 16535198. OLE color: 16535198.

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

Color convert

RGB15878252-
CMYK0.370.6900.01
HSL267.59º96.67%64.71%-
HSV(B)267.59º69.05%98.82%-
XYZ34.419.7594.09-
YUV121.76201.5153.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.38%
GREEN value IS 78 (30.86% from 255) = 15.98%
BLUE value IS 252 (98.83% from 255) = 51.64%
R=32.38%
G=15.98%
B=51.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal158782520.370.6900.01267.5996.6764.71
Hex9E4EFC25450110c6141
Octal2361163744510501414141101
Binary1001111010011101111110010010110001010110000110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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