#9212BE

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

Shades of Dark Violet #9212BE

Tints of Dark Violet #9212BE

Color information

#9212BE (or 0x9212BE) is unknown color: approx Dark Violet. HEX triplet: 92, 12 and BE. RGB value is (146,18,190). Sum of RGB (Red+Green+Blue) = 146+18+190=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #9212BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9212BE is #6DED41. Grayscale: #4B4B4B. Windows color (decimal): -7204162 or 12456594. OLE color: 12456594.

HSL color Cylindrical-coordinate representation of color #9212BE: hue angle of 284.65º 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 #9212BE is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14618190-
CMYK0.230.9100.25
HSL284.65º82.69%40.78%-
HSV(B)284.65º90.53%74.51%-
XYZ21.3610.2649.57-
YUV75.88192.41178.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.24%
GREEN value IS 18 (7.42% from 255) = 5.08%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=41.24%
G=5.08%
B=53.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146181900.230.9100.25284.6582.6940.78
Hex9212BE175B01911d5329
Octal222222762713303143512351
Binary1001001010010101111101011110110110110011000111011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9212BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9212BE; }

 p { color: rgb(146,18,190); }

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

<style>
 a { background-color: #9212BE; }

 a { background-color: rgb(146,18,190); }

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

<style>
 span { border-color: #9212BE; }

 span { border-color: rgb(146,18,190); }

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