#913DA8

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

Shades of Vivid Violet #913DA8

Tints of Vivid Violet #913DA8

Color information

#913DA8 (or 0x913DA8) is unknown color: approx Vivid Violet. HEX triplet: 91, 3D and A8. RGB value is (145,61,168). Sum of RGB (Red+Green+Blue) = 145+61+168=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 168 - color contains mainly: blue. Hex color #913DA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913DA8 is #6EC257. Grayscale: #616161. Windows color (decimal): -7258712 or 11025809. OLE color: 11025809.

HSL color Cylindrical-coordinate representation of color #913DA8: hue angle of 287.1º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #913DA8 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14561168-
CMYK0.140.6400.34
HSL287.1º46.72%44.9%-
HSV(B)287.1º63.69%65.88%-
XYZ20.4112.1838.32-
YUV98.31167.33161.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.77%
GREEN value IS 61 (24.22% from 255) = 16.31%
BLUE value IS 168 (66.02% from 255) = 44.92%
R=38.77%
G=16.31%
B=44.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal145611680.140.6400.34287.146.7244.9
Hex913DA8E4002211f2f2d
Octal22175250161000424375755
Binary1001000111110110101000111010000000100010100011111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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