#9215BA

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

Shades of Dark Violet #9215BA

Tints of Dark Violet #9215BA

Color information

#9215BA (or 0x9215BA) is unknown color: approx Dark Violet. HEX triplet: 92, 15 and BA. RGB value is (146,21,186). Sum of RGB (Red+Green+Blue) = 146+21+186=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #9215BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9215BA is #6DEA45. Grayscale: #4C4C4C. Windows color (decimal): -7203398 or 12195218. OLE color: 12195218.

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

Color convert

RGB14621186-
CMYK0.220.8900.27
HSL285.45º79.71%40.59%-
HSV(B)285.45º88.71%72.94%-
XYZ20.9910.1947.32-
YUV77.18189.41177.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.36%
GREEN value IS 21 (8.59% from 255) = 5.95%
BLUE value IS 186 (73.05% from 255) = 52.69%
R=41.36%
G=5.95%
B=52.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146211860.220.8900.27285.4579.7140.59
Hex9215BA165901B11d5029
Octal222252722613103343512051
Binary1001001010101101110101011010110010110111000111011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9215BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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