#9020E7

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

Shades of Blue Violet #9020E7

Tints of Blue Violet #9020E7

Color information

#9020E7 (or 0x9020E7) is unknown color: approx Blue Violet. HEX triplet: 90, 20 and E7. RGB value is (144,32,231). Sum of RGB (Red+Green+Blue) = 144+32+231=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 231 (90.62% from 255 or 56.76% from 407); Max value from RGB is 231 - color contains mainly: blue. Hex color #9020E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9020E7 is #6FDF18. Grayscale: #575757. Windows color (decimal): -7331609 or 15147152. OLE color: 15147152.

HSL color Cylindrical-coordinate representation of color #9020E7: hue angle of 273.77º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9020E7 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14432231-
CMYK0.380.8600.09
HSL273.77º80.57%51.57%-
HSV(B)273.77º86.15%90.59%-
XYZ26.4412.7376.67-
YUV88.17208.61167.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.38%
GREEN value IS 32 (12.89% from 255) = 7.86%
BLUE value IS 231 (90.62% from 255) = 56.76%
R=35.38%
G=7.86%
B=56.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal144322310.380.8600.09273.7780.5751.57
Hex9020E72656091125134
Octal220403474612601142212164
Binary10010000100000111001111001101010110010011000100101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9020E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9020E7; }

 p { color: rgb(144,32,231); }

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

<style>
 a { background-color: #9020E7; }

 a { background-color: rgb(144,32,231); }

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

<style>
 span { border-color: #9020E7; }

 span { border-color: rgb(144,32,231); }

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