#9214AF

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

Shades of Dark Violet #9214AF

Tints of Dark Violet #9214AF

Color information

#9214AF (or 0x9214AF) is unknown color: approx Dark Violet. HEX triplet: 92, 14 and AF. RGB value is (146,20,175). Sum of RGB (Red+Green+Blue) = 146+20+175=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #9214AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9214AF is #6DEB50. Grayscale: #4A4A4A. Windows color (decimal): -7203665 or 11474066. OLE color: 11474066.

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

Color convert

RGB14620175-
CMYK0.170.8900.31
HSL288.77º79.49%38.24%-
HSV(B)288.77º88.57%68.63%-
XYZ19.849.7141.39-
YUV75.34184.24178.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.82%
GREEN value IS 20 (8.20% from 255) = 5.87%
BLUE value IS 175 (68.75% from 255) = 51.32%
R=42.82%
G=5.87%
B=51.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146201750.170.8900.31288.7779.4938.24
Hex9214AF115901F1214f26
Octal222242572113103744111746
Binary1001001010100101011111000110110010111111001000011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9214AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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