#954091

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

Shades of Vivid Violet #954091

Tints of Vivid Violet #954091

Color information

#954091 (or 0x954091) is unknown color: approx Vivid Violet. HEX triplet: 95, 40 and 91. RGB value is (149,64,145). Sum of RGB (Red+Green+Blue) = 149+64+145=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #954091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954091 is #6ABF6E. Grayscale: #626262. Windows color (decimal): -6995823 or 9519253. OLE color: 9519253.

HSL color Cylindrical-coordinate representation of color #954091: hue angle of 302.82º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #954091 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14964145-
CMYK00.570.030.42
HSL302.82º39.91%41.76%-
HSV(B)302.82º57.05%58.43%-
XYZ19.3412.128.1-
YUV98.65154.16163.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.62%
GREEN value IS 64 (25.39% from 255) = 17.88%
BLUE value IS 145 (57.03% from 255) = 40.50%
R=41.62%
G=17.88%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496414500.570.030.42302.8239.9141.76
Hex95409103932A12f282a
Octal2251002210713524575052
Binary10010101100000010010001011100111101010100101111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954091; }

 p { color: rgb(149,64,145); }

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

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

 a { background-color: rgb(149,64,145); }

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

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

 span { border-color: rgb(149,64,145); }

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