#9209BC

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

Shades of Dark Violet #9209BC

Tints of Dark Violet #9209BC

Color information

#9209BC (or 0x9209BC) is unknown color: approx Dark Violet. HEX triplet: 92, 09 and BC. RGB value is (146,9,188). Sum of RGB (Red+Green+Blue) = 146+9+188=343 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.57% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #9209BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9209BC is #6DF643. Grayscale: #454545. Windows color (decimal): -7206468 or 12323218. OLE color: 12323218.

HSL color Cylindrical-coordinate representation of color #9209BC: hue angle of 285.92º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9209BC is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1469188-
CMYK0.220.9500.26
HSL285.92º90.86%38.63%-
HSV(B)285.92º95.21%73.73%-
XYZ21.039.9448.39-
YUV70.37194.39181.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.57%
GREEN value IS 9 (3.91% from 255) = 2.62%
BLUE value IS 188 (73.83% from 255) = 54.81%
R=42.57%
G=2.62%
B=54.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14691880.220.9500.26285.9290.8638.63
Hex929BC165F01A11e5b27
Octal222112742613703243613347
Binary100100101001101111001011010111110110101000111101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9209BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9209BC; }

 p { color: rgb(146,9,188); }

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

<style>
 a { background-color: #9209BC; }

 a { background-color: rgb(146,9,188); }

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

<style>
 span { border-color: #9209BC; }

 span { border-color: rgb(146,9,188); }

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