#954190

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

Shades of Vivid Violet #954190

Tints of Vivid Violet #954190

Color information

#954190 (or 0x954190) is unknown color: approx Vivid Violet. HEX triplet: 95, 41 and 90. RGB value is (149,65,144). Sum of RGB (Red+Green+Blue) = 149+65+144=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #954190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954190 is #6ABE6F. Grayscale: #626262. Windows color (decimal): -6995568 or 9453973. OLE color: 9453973.

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

Color convert

RGB14965144-
CMYK00.560.030.42
HSL303.57º39.25%41.96%-
HSV(B)303.57º56.38%58.43%-
XYZ19.3212.1827.72-
YUV99.12153.33163.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.62%
GREEN value IS 65 (25.78% from 255) = 18.16%
BLUE value IS 144 (56.64% from 255) = 40.22%
R=41.62%
G=18.16%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496514400.560.030.42303.5739.2541.96
Hex95419003832A130272a
Octal2251012200703524604752
Binary10010101100000110010000011100011101010100110000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954190; }

 p { color: rgb(149,65,144); }

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

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

 a { background-color: rgb(149,65,144); }

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

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

 span { border-color: rgb(149,65,144); }

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