#9E3CFF

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

Shades of Blue Violet #9E3CFF

Tints of Blue Violet #9E3CFF

Color information

#9E3CFF (or 0x9E3CFF) is unknown color: approx Blue Violet. HEX triplet: 9E, 3C and FF. RGB value is (158,60,255). Sum of RGB (Red+Green+Blue) = 158+60+255=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E3CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E3CFF is #61C300. Grayscale: #6E6E6E. Windows color (decimal): -6406913 or 16727198. OLE color: 16727198.

HSL color Cylindrical-coordinate representation of color #9E3CFF: hue angle of 270.15º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E3CFF is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB15860255-
CMYK0.380.7600
HSL270.15º100%61.76%-
HSV(B)270.15º76.47%100%-
XYZ33.7717.7296.25-
YUV111.53208.97161.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.40%
GREEN value IS 60 (23.83% from 255) = 12.68%
BLUE value IS 255 (100% from 255) = 53.91%
R=33.40%
G=12.68%
B=53.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal158602550.380.7600270.1510061.76
Hex9E3CFF264C0010e643e
Octal23674377461140041614476
Binary10011110111100111111111001101001100001000011101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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