#9E4CF3

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

Shades of Blue Violet #9E4CF3

Tints of Blue Violet #9E4CF3

Color information

#9E4CF3 (or 0x9E4CF3) is unknown color: approx Blue Violet. HEX triplet: 9E, 4C and F3. RGB value is (158,76,243). Sum of RGB (Red+Green+Blue) = 158+76+243=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #9E4CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E4CF3 is #61B30C. Grayscale: #767676. Windows color (decimal): -6402829 or 15944862. OLE color: 15944862.

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

Color convert

RGB15876243-
CMYK0.350.6900.05
HSL269.46º87.43%62.55%-
HSV(B)269.46º68.72%95.29%-
XYZ32.8618.9186.71-
YUV119.56197.67155.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.12%
GREEN value IS 76 (30.08% from 255) = 15.93%
BLUE value IS 243 (95.31% from 255) = 50.94%
R=33.12%
G=15.93%
B=50.94%

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
Decimal158762430.350.6900.05269.4687.4362.55
Hex9E4CF323450510d573f
Octal236114363431050541512777
Binary10011110100110011110011100011100010101011000011011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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