#9E3FF1

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

Shades of Blue Violet #9E3FF1

Tints of Blue Violet #9E3FF1

Color information

#9E3FF1 (or 0x9E3FF1) is unknown color: approx Blue Violet. HEX triplet: 9E, 3F and F1. RGB value is (158,63,241). Sum of RGB (Red+Green+Blue) = 158+63+241=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E3FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E3FF1 is #61C00E. Grayscale: #6F6F6F. Windows color (decimal): -6406159 or 15810462. OLE color: 15810462.

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

Color convert

RGB15863241-
CMYK0.340.7400.05
HSL272.02º86.41%59.61%-
HSV(B)272.02º73.86%94.51%-
XYZ31.7617.1784.86-
YUV111.7200.97161.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.20%
GREEN value IS 63 (25% from 255) = 13.64%
BLUE value IS 241 (94.53% from 255) = 52.16%
R=34.20%
G=13.64%
B=52.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal158632410.340.7400.05272.0286.4159.61
Hex9E3FF1224A05110563c
Octal23677361421120542012674
Binary1001111011111111110001100010100101001011000100001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,63,241); }

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

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

 a { background-color: rgb(158,63,241); }

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

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

 span { border-color: rgb(158,63,241); }

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