#955896

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

Shades of Violet Blue #955896

Tints of Violet Blue #955896

Color information

#955896 (or 0x955896) is unknown color: approx Violet Blue. HEX triplet: 95, 58 and 96. RGB value is (149,88,150). Sum of RGB (Red+Green+Blue) = 149+88+150=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 150 - color contains mainly: blue. Hex color #955896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955896 is #6AA769. Grayscale: #717171. Windows color (decimal): -6989674 or 9853077. OLE color: 9853077.

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

Color convert

RGB14988150-
CMYK0.010.4100.41
HSL299.03º26.05%46.67%-
HSV(B)299.03º41.33%58.82%-
XYZ21.3915.5730.73-
YUV113.31148.71153.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 88 (34.77% from 255) = 22.74%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=38.50%
G=22.74%
B=38.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal149881500.010.4100.41299.0326.0546.67
Hex95589612902912b1a2f
Octal2251302261510514533257
Binary100101011011000100101101101001010100110010101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955896; }

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

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

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

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

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

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

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

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