#9215AF

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

Shades of Dark Violet #9215AF

Tints of Dark Violet #9215AF

Color information

#9215AF (or 0x9215AF) is unknown color: approx Dark Violet. HEX triplet: 92, 15 and AF. RGB value is (146,21,175). Sum of RGB (Red+Green+Blue) = 146+21+175=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #9215AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9215AF is #6DEA50. Grayscale: #4B4B4B. Windows color (decimal): -7203409 or 11474322. OLE color: 11474322.

HSL color Cylindrical-coordinate representation of color #9215AF: hue angle of 288.7º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9215AF is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14621175-
CMYK0.170.8800.31
HSL288.7º78.57%38.43%-
HSV(B)288.7º88%68.63%-
XYZ19.869.7441.39-
YUV75.93183.91177.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.69%
GREEN value IS 21 (8.59% from 255) = 6.14%
BLUE value IS 175 (68.75% from 255) = 51.17%
R=42.69%
G=6.14%
B=51.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146211750.170.8800.31288.778.5738.43
Hex9215AF115801F1214f26
Octal222252572113003744111746
Binary1001001010101101011111000110110000111111001000011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9215AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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