#9E44EB

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

Shades of Blue Violet #9E44EB

Tints of Blue Violet #9E44EB

Color information

#9E44EB (or 0x9E44EB) is unknown color: approx Blue Violet. HEX triplet: 9E, 44 and EB. RGB value is (158,68,235). Sum of RGB (Red+Green+Blue) = 158+68+235=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E44EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E44EB is #61BB14. Grayscale: #717171. Windows color (decimal): -6404885 or 15418526. OLE color: 15418526.

HSL color Cylindrical-coordinate representation of color #9E44EB: hue angle of 272.34º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E44EB is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15868235-
CMYK0.330.7100.08
HSL272.34º80.68%59.41%-
HSV(B)272.34º71.06%92.16%-
XYZ31.1617.480.31-
YUV113.95196.32159.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.27%
GREEN value IS 68 (26.95% from 255) = 14.75%
BLUE value IS 235 (92.19% from 255) = 50.98%
R=34.27%
G=14.75%
B=50.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal158682350.330.7100.08272.3480.6859.41
Hex9E44EB214708110513b
Octal2361043534110701042012173
Binary100111101000100111010111000011000111010001000100001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E44EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,68,235); }

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

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

 a { background-color: rgb(158,68,235); }

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

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

 span { border-color: rgb(158,68,235); }

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