#9A12BF

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

Shades of Dark Violet #9A12BF

Tints of Dark Violet #9A12BF

Color information

#9A12BF (or 0x9A12BF) is unknown color: approx Dark Violet. HEX triplet: 9A, 12 and BF. RGB value is (154,18,191). Sum of RGB (Red+Green+Blue) = 154+18+191=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A12BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A12BF is #65ED40. Grayscale: #4D4D4D. Windows color (decimal): -6679873 or 12522138. OLE color: 12522138.

HSL color Cylindrical-coordinate representation of color #9A12BF: hue angle of 287.17º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A12BF is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15418191-
CMYK0.190.9100.25
HSL287.17º82.78%40.98%-
HSV(B)287.17º90.58%74.9%-
XYZ22.9511.0650.22-
YUV78.39191.56181.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.42%
GREEN value IS 18 (7.42% from 255) = 4.96%
BLUE value IS 191 (75% from 255) = 52.62%
R=42.42%
G=4.96%
B=52.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154181910.190.9100.25287.1782.7840.98
Hex9A12BF135B01911f5329
Octal232222772313303143712351
Binary1001101010010101111111001110110110110011000111111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A12BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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