#9A12D0

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

Shades of Dark Violet #9A12D0

Tints of Dark Violet #9A12D0

Color information

#9A12D0 (or 0x9A12D0) is unknown color: approx Dark Violet. HEX triplet: 9A, 12 and D0. RGB value is (154,18,208). Sum of RGB (Red+Green+Blue) = 154+18+208=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 208 (81.64% from 255 or 54.74% from 380); Max value from RGB is 208 - color contains mainly: blue. Hex color #9A12D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A12D0 is #65ED2F. Grayscale: #4F4F4F. Windows color (decimal): -6679856 or 13636250. OLE color: 13636250.

HSL color Cylindrical-coordinate representation of color #9A12D0: hue angle of 282.95º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A12D0 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15418208-
CMYK0.260.9100.18
HSL282.95º84.07%44.31%-
HSV(B)282.95º91.35%81.57%-
XYZ24.9311.8660.65-
YUV80.32200.06180.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.53%
GREEN value IS 18 (7.42% from 255) = 4.74%
BLUE value IS 208 (81.64% from 255) = 54.74%
R=40.53%
G=4.74%
B=54.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154182080.260.9100.18282.9584.0744.31
Hex9A12D01A5B01211b542c
Octal232223203213302243312454
Binary1001101010010110100001101010110110100101000110111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A12D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,18,208); }

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

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

 a { background-color: rgb(154,18,208); }

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

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

 span { border-color: rgb(154,18,208); }

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