#955496

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

Shades of Violet Blue #955496

Tints of Violet Blue #955496

Color information

#955496 (or 0x955496) is unknown color: approx Violet Blue. HEX triplet: 95, 54 and 96. RGB value is (149,84,150). Sum of RGB (Red+Green+Blue) = 149+84+150=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: blue. Hex color #955496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955496 is #6AAB69. Grayscale: #6E6E6E. Windows color (decimal): -6990698 or 9852053. OLE color: 9852053.

HSL color Cylindrical-coordinate representation of color #955496: hue angle of 299.09º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955496 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14984150-
CMYK0.010.4400.41
HSL299.09º28.21%45.88%-
HSV(B)299.09º44%58.82%-
XYZ21.0714.9330.63-
YUV110.96150.03155.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 150 (58.98% from 255) = 39.16%
R=38.90%
G=21.93%
B=39.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal149841500.010.4400.41299.0928.2145.88
Hex95549612C02912b1c2e
Octal2251242261540514533456
Binary100101011010100100101101101100010100110010101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955496; }

 p { color: rgb(149,84,150); }

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

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

 a { background-color: rgb(149,84,150); }

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

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

 span { border-color: rgb(149,84,150); }

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