#9E33F1

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

Shades of Blue Violet #9E33F1

Tints of Blue Violet #9E33F1

Color information

#9E33F1 (or 0x9E33F1) is unknown color: approx Blue Violet. HEX triplet: 9E, 33 and F1. RGB value is (158,51,241). Sum of RGB (Red+Green+Blue) = 158+51+241=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 241 (94.53% from 255 or 53.56% from 450); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E33F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E33F1 is #61CC0E. Grayscale: #686868. Windows color (decimal): -6409231 or 15807390. OLE color: 15807390.

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

Color convert

RGB15851241-
CMYK0.340.7900.05
HSL273.79º87.16%57.25%-
HSV(B)273.79º78.84%94.51%-
XYZ31.1615.9984.66-
YUV104.65204.95166.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.11%
GREEN value IS 51 (20.31% from 255) = 11.33%
BLUE value IS 241 (94.53% from 255) = 53.56%
R=35.11%
G=11.33%
B=53.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal158512410.340.7900.05273.7987.1657.25
Hex9E33F1224F051125739
Octal23663361421170542212771
Binary1001111011001111110001100010100111101011000100101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E33F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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