#9314D7

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

Shades of Dark Violet #9314D7

Tints of Dark Violet #9314D7

Color information

#9314D7 (or 0x9314D7) is unknown color: approx Dark Violet. HEX triplet: 93, 14 and D7. RGB value is (147,20,215). Sum of RGB (Red+Green+Blue) = 147+20+215=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 215 (84.38% from 255 or 56.28% from 382); Max value from RGB is 215 - color contains mainly: blue. Hex color #9314D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9314D7 is #6CEB28. Grayscale: #4F4F4F. Windows color (decimal): -7138089 or 14095507. OLE color: 14095507.

HSL color Cylindrical-coordinate representation of color #9314D7: hue angle of 279.08º 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 #9314D7 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14720215-
CMYK0.320.9100.16
HSL279.08º82.98%46.08%-
HSV(B)279.08º90.7%84.31%-
XYZ24.5511.6165.24-
YUV80.2204.08175.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.48%
GREEN value IS 20 (8.20% from 255) = 5.24%
BLUE value IS 215 (84.38% from 255) = 56.28%
R=38.48%
G=5.24%
B=56.28%

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
Decimal147202150.320.9100.16279.0882.9846.08
Hex9314D7205B010117532e
Octal223243274013302042712356
Binary10010011101001101011110000010110110100001000101111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9314D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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