#9214D7

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

Shades of Dark Violet #9214D7

Tints of Dark Violet #9214D7

Color information

#9214D7 (or 0x9214D7) is unknown color: approx Dark Violet. HEX triplet: 92, 14 and D7. RGB value is (146,20,215). Sum of RGB (Red+Green+Blue) = 146+20+215=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 215 (84.38% from 255 or 56.43% from 381); Max value from RGB is 215 - color contains mainly: blue. Hex color #9214D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9214D7 is #6DEB28. Grayscale: #4F4F4F. Windows color (decimal): -7203625 or 14095506. OLE color: 14095506.

HSL color Cylindrical-coordinate representation of color #9214D7: hue angle of 278.77º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9214D7 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14620215-
CMYK0.320.9100.16
HSL278.77º82.98%46.08%-
HSV(B)278.77º90.7%84.31%-
XYZ24.3711.5265.23-
YUV79.9204.24175.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.32%
GREEN value IS 20 (8.20% from 255) = 5.25%
BLUE value IS 215 (84.38% from 255) = 56.43%
R=38.32%
G=5.25%
B=56.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal146202150.320.9100.16278.7782.9846.08
Hex9214D7205B010117532e
Octal222243274013302042712356
Binary10010010101001101011110000010110110100001000101111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9214D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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