#9A12B2

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

Shades of Dark Violet #9A12B2

Tints of Dark Violet #9A12B2

Color information

#9A12B2 (or 0x9A12B2) is unknown color: approx Dark Violet. HEX triplet: 9A, 12 and B2. RGB value is (154,18,178). Sum of RGB (Red+Green+Blue) = 154+18+178=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 178 (69.92% from 255 or 50.86% from 350); Max value from RGB is 178 - color contains mainly: blue. Hex color #9A12B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A12B2 is #65ED4D. Grayscale: #4C4C4C. Windows color (decimal): -6679886 or 11670170. OLE color: 11670170.

HSL color Cylindrical-coordinate representation of color #9A12B2: hue angle of 291º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A12B2 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15418178-
CMYK0.130.9000.30
HSL291º81.63%38.43%-
HSV(B)291º89.89%69.8%-
XYZ21.5810.5243.01-
YUV76.9185.06182.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44%
GREEN value IS 18 (7.42% from 255) = 5.14%
BLUE value IS 178 (69.92% from 255) = 50.86%
R=44%
G=5.14%
B=50.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal154181780.130.9000.3029181.6338.43
Hex9A12B2D5A01E1235226
Octal232222621513203644312246
Binary100110101001010110010110110110100111101001000111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A12B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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