#913393

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

Shades of Vivid Violet #913393

Tints of Vivid Violet #913393

Color information

#913393 (or 0x913393) is unknown color: approx Vivid Violet. HEX triplet: 91, 33 and 93. RGB value is (145,51,147). Sum of RGB (Red+Green+Blue) = 145+51+147=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #913393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913393 is #6ECC6C. Grayscale: #595959. Windows color (decimal): -7261293 or 9646993. OLE color: 9646993.

HSL color Cylindrical-coordinate representation of color #913393: hue angle of 298.75º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #913393 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14551147-
CMYK0.010.6500.42
HSL298.75º48.48%38.82%-
HSV(B)298.75º65.31%57.65%-
XYZ18.1310.4928.67-
YUV90.05160.14167.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.27%
GREEN value IS 51 (20.31% from 255) = 14.87%
BLUE value IS 147 (57.81% from 255) = 42.86%
R=42.27%
G=14.87%
B=42.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal145511470.010.6500.42298.7548.4838.82
Hex91339314102A12b3027
Octal2216322311010524536047
Binary1001000111001110010011110000010101010100101011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913393; }

 p { color: rgb(145,51,147); }

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

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

 a { background-color: rgb(145,51,147); }

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

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

 span { border-color: rgb(145,51,147); }

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