#9249EB

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

Shades of Blue Violet #9249EB

Tints of Blue Violet #9249EB

Color information

#9249EB (or 0x9249EB) is unknown color: approx Blue Violet. HEX triplet: 92, 49 and EB. RGB value is (146,73,235). Sum of RGB (Red+Green+Blue) = 146+73+235=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #9249EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9249EB is #6DB614. Grayscale: #707070. Windows color (decimal): -7190037 or 15419794. OLE color: 15419794.

HSL color Cylindrical-coordinate representation of color #9249EB: hue angle of 267.04º 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 #9249EB is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14673235-
CMYK0.380.6900.08
HSL267.04º80.2%60.39%-
HSV(B)267.04º68.94%92.16%-
XYZ29.2316.8780.31-
YUV113.3196.68151.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.16%
GREEN value IS 73 (28.91% from 255) = 16.08%
BLUE value IS 235 (92.19% from 255) = 51.76%
R=32.16%
G=16.08%
B=51.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal146732350.380.6900.08267.0480.260.39
Hex9249EB26450810b503c
Octal2221113534610501041312074
Binary100100101001001111010111001101000101010001000010111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9249EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,73,235); }

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

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

 a { background-color: rgb(146,73,235); }

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

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

 span { border-color: rgb(146,73,235); }

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