#9313D4

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

Shades of Dark Violet #9313D4

Tints of Dark Violet #9313D4

Color information

#9313D4 (or 0x9313D4) is unknown color: approx Dark Violet. HEX triplet: 93, 13 and D4. RGB value is (147,19,212). Sum of RGB (Red+Green+Blue) = 147+19+212=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 212 (83.20% from 255 or 56.08% from 378); Max value from RGB is 212 - color contains mainly: blue. Hex color #9313D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9313D4 is #6CEC2B. Grayscale: #4E4E4E. Windows color (decimal): -7138348 or 13898643. OLE color: 13898643.

HSL color Cylindrical-coordinate representation of color #9313D4: hue angle of 279.79º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9313D4 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14719212-
CMYK0.310.9100.17
HSL279.79º83.55%45.29%-
HSV(B)279.79º91.04%83.14%-
XYZ24.1511.4263.22-
YUV79.27202.91176.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.89%
GREEN value IS 19 (7.81% from 255) = 5.03%
BLUE value IS 212 (83.20% from 255) = 56.08%
R=38.89%
G=5.03%
B=56.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal147192120.310.9100.17279.7983.5545.29
Hex9313D41F5B011118542d
Octal223233243713302143012455
Binary1001001110011110101001111110110110100011000110001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9313D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9313D4; }

 p { color: rgb(147,19,212); }

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

<style>
 a { background-color: #9313D4; }

 a { background-color: rgb(147,19,212); }

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

<style>
 span { border-color: #9313D4; }

 span { border-color: rgb(147,19,212); }

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