#95739A

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

Shades of Violet Blue #95739A

Tints of Violet Blue #95739A

Color information

#95739A (or 0x95739A) is unknown color: approx Violet Blue. HEX triplet: 95, 73 and 9A. RGB value is (149,115,154). Sum of RGB (Red+Green+Blue) = 149+115+154=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 154 - color contains mainly: blue. Hex color #95739A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95739A is #6A8C65. Grayscale: #818181. Windows color (decimal): -6982758 or 10122133. OLE color: 10122133.

HSL color Cylindrical-coordinate representation of color #95739A: hue angle of 292.31º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95739A is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB149115154-
CMYK0.030.2500.40
HSL292.31º16.18%52.75%-
HSV(B)292.31º25.32%60.39%-
XYZ24.3620.9833.34-
YUV129.61141.76141.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.65%
GREEN value IS 115 (45.31% from 255) = 27.51%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=35.65%
G=27.51%
B=36.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1491151540.030.2500.40292.3116.1852.75
Hex95739A3190281241035
Octal2251632323310504442065
Binary100101011110011100110101111001010100010010010010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95739A; }

 p { color: rgb(149,115,154); }

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

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

 a { background-color: rgb(149,115,154); }

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

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

 span { border-color: rgb(149,115,154); }

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