#956098

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

Shades of Violet Blue #956098

Tints of Violet Blue #956098

Color information

#956098 (or 0x956098) is unknown color: approx Violet Blue. HEX triplet: 95, 60 and 98. RGB value is (149,96,152). Sum of RGB (Red+Green+Blue) = 149+96+152=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 152 - color contains mainly: blue. Hex color #956098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956098 is #6A9F67. Grayscale: #767676. Windows color (decimal): -6987624 or 9986197. OLE color: 9986197.

HSL color Cylindrical-coordinate representation of color #956098: hue angle of 296.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #956098 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14996152-
CMYK0.020.3700.40
HSL296.79º22.58%48.63%-
HSV(B)296.79º36.84%59.61%-
XYZ22.2417.0231.82-
YUV118.23147.06149.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 152 (59.77% from 255) = 38.29%
R=37.53%
G=24.18%
B=38.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149961520.020.3700.40296.7922.5848.63
Hex9560982250281291731
Octal2251402302450504512761
Binary1001010111000001001100010100101010100010010100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956098; }

 p { color: rgb(149,96,152); }

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

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

 a { background-color: rgb(149,96,152); }

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

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

 span { border-color: rgb(149,96,152); }

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