#9032DB

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

Shades of Blue Violet #9032DB

Tints of Blue Violet #9032DB

Color information

#9032DB (or 0x9032DB) is unknown color: approx Blue Violet. HEX triplet: 90, 32 and DB. RGB value is (144,50,219). Sum of RGB (Red+Green+Blue) = 144+50+219=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #9032DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9032DB is #6FCD24. Grayscale: #606060. Windows color (decimal): -7327013 or 14365328. OLE color: 14365328.

HSL color Cylindrical-coordinate representation of color #9032DB: hue angle of 273.37º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9032DB is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14450219-
CMYK0.340.7700.14
HSL273.37º70.12%52.75%-
HSV(B)273.37º77.17%85.88%-
XYZ25.4313.3268.25-
YUV97.37196.64161.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.87%
GREEN value IS 50 (19.92% from 255) = 12.11%
BLUE value IS 219 (85.94% from 255) = 53.03%
R=34.87%
G=12.11%
B=53.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal144502190.340.7700.14273.3770.1252.75
Hex9032DB224D0E1114635
Octal220623334211501642110665
Binary10010000110010110110111000101001101011101000100011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9032DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9032DB; }

 p { color: rgb(144,50,219); }

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

<style>
 a { background-color: #9032DB; }

 a { background-color: rgb(144,50,219); }

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

<style>
 span { border-color: #9032DB; }

 span { border-color: rgb(144,50,219); }

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