#91388D

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

Shades of Vivid Violet #91388D

Tints of Vivid Violet #91388D

Color information

#91388D (or 0x91388D) is unknown color: approx Vivid Violet. HEX triplet: 91, 38 and 8D. RGB value is (145,56,141). Sum of RGB (Red+Green+Blue) = 145+56+141=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 145 - color contains mainly: red. Hex color #91388D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91388D is #6EC772. Grayscale: #5C5C5C. Windows color (decimal): -7260019 or 9255057. OLE color: 9255057.

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

Color convert

RGB14556141-
CMYK00.610.030.43
HSL302.7º44.28%39.41%-
HSV(B)302.7º61.38%56.86%-
XYZ17.910.7726.33-
YUV92.3155.49165.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.40%
GREEN value IS 56 (22.27% from 255) = 16.37%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=42.40%
G=16.37%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455614100.610.030.43302.744.2839.41
Hex91388D03D32B12f2c27
Octal221702150753534575447
Binary1001000111100010001101011110111101011100101111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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