#9E4CF2

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

Shades of Blue Violet #9E4CF2

Tints of Blue Violet #9E4CF2

Color information

#9E4CF2 (or 0x9E4CF2) is unknown color: approx Blue Violet. HEX triplet: 9E, 4C and F2. RGB value is (158,76,242). Sum of RGB (Red+Green+Blue) = 158+76+242=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #9E4CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E4CF2 is #61B30D. Grayscale: #767676. Windows color (decimal): -6402830 or 15879326. OLE color: 15879326.

HSL color Cylindrical-coordinate representation of color #9E4CF2: hue angle of 269.64º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E4CF2 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15876242-
CMYK0.350.6900.05
HSL269.64º86.46%62.35%-
HSV(B)269.64º68.6%94.9%-
XYZ32.7118.8585.92-
YUV119.44197.17155.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.19%
GREEN value IS 76 (30.08% from 255) = 15.97%
BLUE value IS 242 (94.92% from 255) = 50.84%
R=33.19%
G=15.97%
B=50.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal158762420.350.6900.05269.6486.4662.35
Hex9E4CF223450510e563e
Octal236114362431050541612676
Binary10011110100110011110010100011100010101011000011101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,76,242); }

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

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

 a { background-color: rgb(158,76,242); }

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

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

 span { border-color: rgb(158,76,242); }

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