#956296

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

Shades of Violet Blue #956296

Tints of Violet Blue #956296

Color information

#956296 (or 0x956296) is unknown color: approx Violet Blue. HEX triplet: 95, 62 and 96. RGB value is (149,98,150). Sum of RGB (Red+Green+Blue) = 149+98+150=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 150 - color contains mainly: blue. Hex color #956296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956296 is #6A9D69. Grayscale: #777777. Windows color (decimal): -6987114 or 9855637. OLE color: 9855637.

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

Color convert

RGB14998150-
CMYK0.010.3500.41
HSL298.85º20.97%48.63%-
HSV(B)298.85º34.67%58.82%-
XYZ22.2717.3331.02-
YUV119.18145.4149.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 150 (58.98% from 255) = 37.78%
R=37.53%
G=24.69%
B=37.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal149981500.010.3500.41298.8520.9748.63
Hex95629612302912b1531
Octal2251422261430514532561
Binary100101011100010100101101100011010100110010101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956296; }

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

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

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

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

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

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

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

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