#9A10D9

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

Shades of Dark Violet #9A10D9

Tints of Dark Violet #9A10D9

Color information

#9A10D9 (or 0x9A10D9) is unknown color: approx Dark Violet. HEX triplet: 9A, 10 and D9. RGB value is (154,16,217). Sum of RGB (Red+Green+Blue) = 154+16+217=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 217 (85.16% from 255 or 56.07% from 387); Max value from RGB is 217 - color contains mainly: blue. Hex color #9A10D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A10D9 is #65EF26. Grayscale: #4F4F4F. Windows color (decimal): -6680359 or 14225562. OLE color: 14225562.

HSL color Cylindrical-coordinate representation of color #9A10D9: hue angle of 281.19º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A10D9 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15416217-
CMYK0.290.9300.15
HSL281.19º86.27%45.69%-
HSV(B)281.19º92.63%85.1%-
XYZ26.0412.2566.64-
YUV80.18205.22180.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.79%
GREEN value IS 16 (6.64% from 255) = 4.13%
BLUE value IS 217 (85.16% from 255) = 56.07%
R=39.79%
G=4.13%
B=56.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154162170.290.9300.15281.1986.2745.69
Hex9A10D91D5D0F119562e
Octal232203313513501743112656
Binary100110101000011011001111011011101011111000110011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A10D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A10D9; }

 p { color: rgb(154,16,217); }

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

<style>
 a { background-color: #9A10D9; }

 a { background-color: rgb(154,16,217); }

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

<style>
 span { border-color: #9A10D9; }

 span { border-color: rgb(154,16,217); }

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