#955594

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

Shades of Violet Blue #955594

Tints of Violet Blue #955594

Color information

#955594 (or 0x955594) is unknown color: approx Violet Blue. HEX triplet: 95, 55 and 94. RGB value is (149,85,148). Sum of RGB (Red+Green+Blue) = 149+85+148=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #955594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955594 is #6AAA6B. Grayscale: #6F6F6F. Windows color (decimal): -6990444 or 9721237. OLE color: 9721237.

HSL color Cylindrical-coordinate representation of color #955594: hue angle of 300.94º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #955594 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14985148-
CMYK00.430.010.42
HSL300.94º27.35%45.88%-
HSV(B)300.94º42.95%58.43%-
XYZ20.9915.0229.81-
YUV111.32148.7154.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 148 (58.20% from 255) = 38.74%
R=39.01%
G=22.25%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498514800.430.010.42300.9427.3545.88
Hex95559402B12A12d1b2e
Octal2251252240531524553356
Binary100101011010101100101000101011110101010010110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955594; }

 p { color: rgb(149,85,148); }

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

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

 a { background-color: rgb(149,85,148); }

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

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

 span { border-color: rgb(149,85,148); }

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