#91479F

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

Shades of Vivid Violet #91479F

Tints of Vivid Violet #91479F

Color information

#91479F (or 0x91479F) is unknown color: approx Vivid Violet. HEX triplet: 91, 47 and 9F. RGB value is (145,71,159). Sum of RGB (Red+Green+Blue) = 145+71+159=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #91479F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #91479F is #6EB860. Grayscale: #666666. Windows color (decimal): -7256161 or 10438545. OLE color: 10438545.

HSL color Cylindrical-coordinate representation of color #91479F: hue angle of 290.45º 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 #91479F is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14571159-
CMYK0.090.5500.38
HSL290.45º38.26%45.1%-
HSV(B)290.45º55.35%62.35%-
XYZ20.1913.0334.25-
YUV103.16159.52157.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 71 (28.12% from 255) = 18.93%
BLUE value IS 159 (62.5% from 255) = 42.4%
R=38.67%
G=18.93%
B=42.4%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal145711590.090.5500.38290.4538.2645.1
Hex91479F937026122262d
Octal22110723711670464424655
Binary1001000110001111001111110011101110100110100100010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91479F; }

 p { color: rgb(145,71,159); }

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

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

 a { background-color: rgb(145,71,159); }

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

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

 span { border-color: rgb(145,71,159); }

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