#954188

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

Shades of Vivid Violet #954188

Tints of Vivid Violet #954188

Color information

#954188 (or 0x954188) is unknown color: approx Vivid Violet. HEX triplet: 95, 41 and 88. RGB value is (149,65,136). Sum of RGB (Red+Green+Blue) = 149+65+136=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #954188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954188 is #6ABE77. Grayscale: #626262. Windows color (decimal): -6995576 or 8929685. OLE color: 8929685.

HSL color Cylindrical-coordinate representation of color #954188: hue angle of 309.29º 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 #954188 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB14965136-
CMYK00.560.090.42
HSL309.29º39.25%41.96%-
HSV(B)309.29º56.38%58.43%-
XYZ18.7311.9524.61-
YUV98.21149.33164.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 65 (25.78% from 255) = 18.57%
BLUE value IS 136 (53.52% from 255) = 38.86%
R=42.57%
G=18.57%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496513600.560.090.42309.2939.2541.96
Hex95418803892A135272a
Octal22510121007011524654752
Binary1001010110000011000100001110001001101010100110101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954188; }

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

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

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

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

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

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

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

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