#9E3CF8

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

Shades of Blue Violet #9E3CF8

Tints of Blue Violet #9E3CF8

Color information

#9E3CF8 (or 0x9E3CF8) is unknown color: approx Blue Violet. HEX triplet: 9E, 3C and F8. RGB value is (158,60,248). Sum of RGB (Red+Green+Blue) = 158+60+248=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 248 (97.27% from 255 or 53.22% from 466); Max value from RGB is 248 - color contains mainly: blue. Hex color #9E3CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E3CF8 is #61C307. Grayscale: #6E6E6E. Windows color (decimal): -6406920 or 16268446. OLE color: 16268446.

HSL color Cylindrical-coordinate representation of color #9E3CF8: hue angle of 271.28º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E3CF8 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB15860248-
CMYK0.360.7600.03
HSL271.28º93.07%60.39%-
HSV(B)271.28º75.81%97.25%-
XYZ32.6617.2890.42-
YUV110.73205.47161.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.91%
GREEN value IS 60 (23.83% from 255) = 12.88%
BLUE value IS 248 (97.27% from 255) = 53.22%
R=33.91%
G=12.88%
B=53.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal158602480.360.7600.03271.2893.0760.39
Hex9E3CF8244C0310f5d3c
Octal23674370441140341713574
Binary100111101111001111100010010010011000111000011111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,60,248); }

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

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

 a { background-color: rgb(158,60,248); }

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

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

 span { border-color: rgb(158,60,248); }

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