#9030D6

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

Shades of Blue Violet #9030D6

Tints of Blue Violet #9030D6

Color information

#9030D6 (or 0x9030D6) is unknown color: approx Blue Violet. HEX triplet: 90, 30 and D6. RGB value is (144,48,214). Sum of RGB (Red+Green+Blue) = 144+48+214=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 214 (83.98% from 255 or 52.71% from 406); Max value from RGB is 214 - color contains mainly: blue. Hex color #9030D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9030D6 is #6FCF29. Grayscale: #5F5F5F. Windows color (decimal): -7327530 or 14037136. OLE color: 14037136.

HSL color Cylindrical-coordinate representation of color #9030D6: hue angle of 274.7º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9030D6 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14448214-
CMYK0.330.7800.16
HSL274.7º66.94%51.37%-
HSV(B)274.7º77.57%83.92%-
XYZ24.712.964.81-
YUV95.63194.8162.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.47%
GREEN value IS 48 (19.14% from 255) = 11.82%
BLUE value IS 214 (83.98% from 255) = 52.71%
R=35.47%
G=11.82%
B=52.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal144482140.330.7800.16274.766.9451.37
Hex9030D6214E0101134333
Octal220603264111602042310363
Binary100100001100001101011010000110011100100001000100111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9030D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9030D6; }

 p { color: rgb(144,48,214); }

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

<style>
 a { background-color: #9030D6; }

 a { background-color: rgb(144,48,214); }

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

<style>
 span { border-color: #9030D6; }

 span { border-color: rgb(144,48,214); }

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