#9041DC

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

Shades of Blue Violet #9041DC

Tints of Blue Violet #9041DC

Color information

#9041DC (or 0x9041DC) is unknown color: approx Blue Violet. HEX triplet: 90, 41 and DC. RGB value is (144,65,220). Sum of RGB (Red+Green+Blue) = 144+65+220=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #9041DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9041DC is #6FBE23. Grayscale: #696969. Windows color (decimal): -7323172 or 14434704. OLE color: 14434704.

HSL color Cylindrical-coordinate representation of color #9041DC: hue angle of 270.58º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9041DC is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14465220-
CMYK0.350.7000.14
HSL270.58º68.89%55.88%-
HSV(B)270.58º70.45%86.27%-
XYZ26.3114.8869.2-
YUV106.29192.17154.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.57%
GREEN value IS 65 (25.78% from 255) = 15.15%
BLUE value IS 220 (86.33% from 255) = 51.28%
R=33.57%
G=15.15%
B=51.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal144652200.350.7000.14270.5868.8955.88
Hex9041DC23460E10f4538
Octal2201013344310601641710570
Binary100100001000001110111001000111000110011101000011111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9041DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9041DC; }

 p { color: rgb(144,65,220); }

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

<style>
 a { background-color: #9041DC; }

 a { background-color: rgb(144,65,220); }

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

<style>
 span { border-color: #9041DC; }

 span { border-color: rgb(144,65,220); }

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