#9E48EB

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

Shades of Blue Violet #9E48EB

Tints of Blue Violet #9E48EB

Color information

#9E48EB (or 0x9E48EB) is unknown color: approx Blue Violet. HEX triplet: 9E, 48 and EB. RGB value is (158,72,235). Sum of RGB (Red+Green+Blue) = 158+72+235=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E48EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E48EB is #61B714. Grayscale: #737373. Windows color (decimal): -6403861 or 15419550. OLE color: 15419550.

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

Color convert

RGB15872235-
CMYK0.330.6900.08
HSL271.66º80.3%60.2%-
HSV(B)271.66º69.36%92.16%-
XYZ31.4117.980.4-
YUV116.3194.99157.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.98%
GREEN value IS 72 (28.52% from 255) = 15.48%
BLUE value IS 235 (92.19% from 255) = 50.54%
R=33.98%
G=15.48%
B=50.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal158722350.330.6900.08271.6680.360.2
Hex9E48EB214508110503c
Octal2361103534110501042012074
Binary100111101001000111010111000011000101010001000100001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E48EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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