#9031E6

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

Shades of Blue Violet #9031E6

Tints of Blue Violet #9031E6

Color information

#9031E6 (or 0x9031E6) is unknown color: approx Blue Violet. HEX triplet: 90, 31 and E6. RGB value is (144,49,230). Sum of RGB (Red+Green+Blue) = 144+49+230=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 230 (90.23% from 255 or 54.37% from 423); Max value from RGB is 230 - color contains mainly: blue. Hex color #9031E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9031E6 is #6FCE19. Grayscale: #616161. Windows color (decimal): -7327258 or 15085968. OLE color: 15085968.

HSL color Cylindrical-coordinate representation of color #9031E6: hue angle of 271.49º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9031E6 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14449230-
CMYK0.370.7900.10
HSL271.49º78.35%54.71%-
HSV(B)271.49º78.7%90.2%-
XYZ26.8813.8476.12-
YUV98.04202.47160.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.04%
GREEN value IS 49 (19.53% from 255) = 11.58%
BLUE value IS 230 (90.23% from 255) = 54.37%
R=34.04%
G=11.58%
B=54.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal144492300.370.7900.10271.4978.3554.71
Hex9031E6254F0A10f4e37
Octal220613464511701241711667
Binary10010000110001111001101001011001111010101000011111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9031E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9031E6; }

 p { color: rgb(144,49,230); }

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

<style>
 a { background-color: #9031E6; }

 a { background-color: rgb(144,49,230); }

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

<style>
 span { border-color: #9031E6; }

 span { border-color: rgb(144,49,230); }

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