#956892

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

Shades of Violet Blue #956892

Tints of Violet Blue #956892

Color information

#956892 (or 0x956892) is unknown color: approx Violet Blue. HEX triplet: 95, 68 and 92. RGB value is (149,104,146). Sum of RGB (Red+Green+Blue) = 149+104+146=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #956892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956892 is #6A976D. Grayscale: #7A7A7A. Windows color (decimal): -6985582 or 9595029. OLE color: 9595029.

HSL color Cylindrical-coordinate representation of color #956892: hue angle of 304º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956892 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB149104146-
CMYK00.300.020.42
HSL304º17.79%49.61%-
HSV(B)304º30.2%58.43%-
XYZ22.5318.3729.55-
YUV122.24141.41147.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.34%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=37.34%
G=26.07%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910414600.300.020.4230417.7949.61
Hex95689201E22A1301232
Octal2251502220362524602262
Binary100101011101000100100100111101010101010011000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956892; }

 p { color: rgb(149,104,146); }

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

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

 a { background-color: rgb(149,104,146); }

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

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

 span { border-color: rgb(149,104,146); }

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