#9212DB

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

Shades of Dark Violet #9212DB

Tints of Dark Violet #9212DB

Color information

#9212DB (or 0x9212DB) is unknown color: approx Dark Violet. HEX triplet: 92, 12 and DB. RGB value is (146,18,219). Sum of RGB (Red+Green+Blue) = 146+18+219=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #9212DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9212DB is #6DED24. Grayscale: #4E4E4E. Windows color (decimal): -7204133 or 14357138. OLE color: 14357138.

HSL color Cylindrical-coordinate representation of color #9212DB: hue angle of 278.21º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9212DB is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14618219-
CMYK0.330.9200.14
HSL278.21º84.81%46.47%-
HSV(B)278.21º91.78%85.88%-
XYZ24.8611.6667.96-
YUV79.19206.91175.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.12%
GREEN value IS 18 (7.42% from 255) = 4.70%
BLUE value IS 219 (85.94% from 255) = 57.18%
R=38.12%
G=4.70%
B=57.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal146182190.330.9200.14278.2184.8146.47
Hex9212DB215C0E116552e
Octal222223334113401642612556
Binary1001001010010110110111000011011100011101000101101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9212DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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