#913D8E

Color #913D8E Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #913D8E

Tints of Vivid Violet #913D8E

Color information

#913D8E (or 0x913D8E) is unknown color: approx Vivid Violet. HEX triplet: 91, 3D and 8E. RGB value is (145,61,142). Sum of RGB (Red+Green+Blue) = 145+61+142=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #913D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913D8E is #6EC271. Grayscale: #5F5F5F. Windows color (decimal): -7258738 or 9321873. OLE color: 9321873.

HSL color Cylindrical-coordinate representation of color #913D8E: hue angle of 302.14º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #913D8E is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB14561142-
CMYK00.580.020.43
HSL302.14º40.78%40.39%-
HSV(B)302.14º57.93%56.86%-
XYZ18.2311.3126.81-
YUV95.35154.33163.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.67%
GREEN value IS 61 (24.22% from 255) = 17.53%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=41.67%
G=17.53%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456114200.580.020.43302.1440.7840.39
Hex913D8E03A22B12e2928
Octal221752160722534565150
Binary1001000111110110001110011101010101011100101110101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913D8E; }

 p { color: rgb(145,61,142); }

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

<style>
 a { background-color: #913D8E; }

 a { background-color: rgb(145,61,142); }

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

<style>
 span { border-color: #913D8E; }

 span { border-color: rgb(145,61,142); }

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