#9212BB

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

Shades of Dark Violet #9212BB

Tints of Dark Violet #9212BB

Color information

#9212BB (or 0x9212BB) is unknown color: approx Dark Violet. HEX triplet: 92, 12 and BB. RGB value is (146,18,187). Sum of RGB (Red+Green+Blue) = 146+18+187=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #9212BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9212BB is #6DED44. Grayscale: #4A4A4A. Windows color (decimal): -7204165 or 12259986. OLE color: 12259986.

HSL color Cylindrical-coordinate representation of color #9212BB: hue angle of 285.44º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9212BB is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14618187-
CMYK0.220.9000.27
HSL285.44º82.44%40.2%-
HSV(B)285.44º90.37%73.33%-
XYZ21.0410.1347.86-
YUV75.54190.91178.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.60%
GREEN value IS 18 (7.42% from 255) = 5.13%
BLUE value IS 187 (73.44% from 255) = 53.28%
R=41.60%
G=5.13%
B=53.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146181870.220.9000.27285.4482.4440.2
Hex9212BB165A01B11d5228
Octal222222732613203343512250
Binary1001001010010101110111011010110100110111000111011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9212BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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