#9010B3

Color #9010B3 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9010B3

Tints of Dark Violet #9010B3

Color information

#9010B3 (or 0x9010B3) is unknown color: approx Dark Violet. HEX triplet: 90, 10 and B3. RGB value is (144,16,179). Sum of RGB (Red+Green+Blue) = 144+16+179=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 179 (70.31% from 255 or 52.80% from 339); Max value from RGB is 179 - color contains mainly: blue. Hex color #9010B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9010B3 is #6FEF4C. Grayscale: #484848. Windows color (decimal): -7335757 or 11735184. OLE color: 11735184.

HSL color Cylindrical-coordinate representation of color #9010B3: hue angle of 287.12º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9010B3 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14416179-
CMYK0.200.9100.30
HSL287.12º83.59%38.24%-
HSV(B)287.12º91.06%70.2%-
XYZ19.829.5543.45-
YUV72.85187.91178.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.48%
GREEN value IS 16 (6.64% from 255) = 4.72%
BLUE value IS 179 (70.31% from 255) = 52.80%
R=42.48%
G=4.72%
B=52.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal144161790.200.9100.30287.1283.5938.24
Hex9010B3145B01E11f5426
Octal220202632413303643712446
Binary1001000010000101100111010010110110111101000111111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9010B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9010B3; }

 p { color: rgb(144,16,179); }

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

<style>
 a { background-color: #9010B3; }

 a { background-color: rgb(144,16,179); }

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

<style>
 span { border-color: #9010B3; }

 span { border-color: rgb(144,16,179); }

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