#91469D

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

Shades of Vivid Violet #91469D

Tints of Vivid Violet #91469D

Color information

#91469D (or 0x91469D) is unknown color: approx Vivid Violet. HEX triplet: 91, 46 and 9D. RGB value is (145,70,157). Sum of RGB (Red+Green+Blue) = 145+70+157=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #91469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91469D is #6EB962. Grayscale: #666666. Windows color (decimal): -7256419 or 10307217. OLE color: 10307217.

HSL color Cylindrical-coordinate representation of color #91469D: hue angle of 291.72º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #91469D is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14570157-
CMYK0.080.5500.38
HSL291.72º38.33%44.51%-
HSV(B)291.72º55.41%61.57%-
XYZ19.9512.8333.32-
YUV102.34158.85158.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.98%
GREEN value IS 70 (27.73% from 255) = 18.82%
BLUE value IS 157 (61.72% from 255) = 42.20%
R=38.98%
G=18.82%
B=42.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal145701570.080.5500.38291.7238.3344.51
Hex91469D837026124262d
Octal22110623510670464444655
Binary1001000110001101001110110001101110100110100100100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,70,157); }

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

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

 a { background-color: rgb(145,70,157); }

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

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

 span { border-color: rgb(145,70,157); }

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