#9047DC

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

Shades of Blue Violet #9047DC

Tints of Blue Violet #9047DC

Color information

#9047DC (or 0x9047DC) is unknown color: approx Blue Violet. HEX triplet: 90, 47 and DC. RGB value is (144,71,220). Sum of RGB (Red+Green+Blue) = 144+71+220=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #9047DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9047DC is #6FB823. Grayscale: #6D6D6D. Windows color (decimal): -7321636 or 14436240. OLE color: 14436240.

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

Color convert

RGB14471220-
CMYK0.350.6800.14
HSL269.4º68.04%57.06%-
HSV(B)269.4º67.73%86.27%-
XYZ26.6715.669.32-
YUV109.81190.18152.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 71 (28.12% from 255) = 16.32%
BLUE value IS 220 (86.33% from 255) = 50.57%
R=33.10%
G=16.32%
B=50.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal144712200.350.6800.14269.468.0457.06
Hex9047DC23440E10d4439
Octal2201073344310401641510471
Binary100100001000111110111001000111000100011101000011011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9047DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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