#9426EB

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

Shades of Blue Violet #9426EB

Tints of Blue Violet #9426EB

Color information

#9426EB (or 0x9426EB) is unknown color: approx Blue Violet. HEX triplet: 94, 26 and EB. RGB value is (148,38,235). Sum of RGB (Red+Green+Blue) = 148+38+235=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #9426EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9426EB is #6BD914. Grayscale: #5C5C5C. Windows color (decimal): -7067925 or 15410836. OLE color: 15410836.

HSL color Cylindrical-coordinate representation of color #9426EB: hue angle of 273.5º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9426EB is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14838235-
CMYK0.370.8400.08
HSL273.5º83.12%53.53%-
HSV(B)273.5º83.83%92.16%-
XYZ27.913.6879.77-
YUV93.35207.94166.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 38 (15.23% from 255) = 9.03%
BLUE value IS 235 (92.19% from 255) = 55.82%
R=35.15%
G=9.03%
B=55.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal148382350.370.8400.08273.583.1253.53
Hex9426EB2554081125336
Octal224463534512401042212366
Binary10010100100110111010111001011010100010001000100101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9426EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9426EB; }

 p { color: rgb(148,38,235); }

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

<style>
 a { background-color: #9426EB; }

 a { background-color: rgb(148,38,235); }

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

<style>
 span { border-color: #9426EB; }

 span { border-color: rgb(148,38,235); }

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