#91368D

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

Shades of Vivid Violet #91368D

Tints of Vivid Violet #91368D

Color information

#91368D (or 0x91368D) is unknown color: approx Vivid Violet. HEX triplet: 91, 36 and 8D. RGB value is (145,54,141). Sum of RGB (Red+Green+Blue) = 145+54+141=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #91368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91368D is #6EC972. Grayscale: #5A5A5A. Windows color (decimal): -7260531 or 9254545. OLE color: 9254545.

HSL color Cylindrical-coordinate representation of color #91368D: hue angle of 302.64º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #91368D is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB14554141-
CMYK00.630.030.43
HSL302.64º45.73%39.02%-
HSV(B)302.64º62.76%56.86%-
XYZ17.810.5826.3-
YUV91.13156.15166.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.65%
GREEN value IS 54 (21.48% from 255) = 15.88%
BLUE value IS 141 (55.47% from 255) = 41.47%
R=42.65%
G=15.88%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455414100.630.030.43302.6445.7339.02
Hex91368D03F32B12f2e27
Octal221662150773534575647
Binary1001000111011010001101011111111101011100101111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91368D; }

 p { color: rgb(145,54,141); }

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

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

 a { background-color: rgb(145,54,141); }

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

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

 span { border-color: rgb(145,54,141); }

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