#9215BC

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

Shades of Dark Violet #9215BC

Tints of Dark Violet #9215BC

Color information

#9215BC (or 0x9215BC) is unknown color: approx Dark Violet. HEX triplet: 92, 15 and BC. RGB value is (146,21,188). Sum of RGB (Red+Green+Blue) = 146+21+188=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #9215BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9215BC is #6DEA43. Grayscale: #4C4C4C. Windows color (decimal): -7203396 or 12326290. OLE color: 12326290.

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

Color convert

RGB14621188-
CMYK0.220.8900.26
HSL284.91º79.9%40.98%-
HSV(B)284.91º88.83%73.73%-
XYZ21.210.2848.44-
YUV77.41190.41176.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.13%
GREEN value IS 21 (8.59% from 255) = 5.92%
BLUE value IS 188 (73.83% from 255) = 52.96%
R=41.13%
G=5.92%
B=52.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal146211880.220.8900.26284.9179.940.98
Hex9215BC165901A11d5029
Octal222252742613103243512051
Binary1001001010101101111001011010110010110101000111011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9215BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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