#95608D

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

Shades of Violet Blue #95608D

Tints of Violet Blue #95608D

Color information

#95608D (or 0x95608D) is unknown color: approx Violet Blue. HEX triplet: 95, 60 and 8D. RGB value is (149,96,141). Sum of RGB (Red+Green+Blue) = 149+96+141=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #95608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95608D is #6A9F72. Grayscale: #747474. Windows color (decimal): -6987635 or 9265301. OLE color: 9265301.

HSL color Cylindrical-coordinate representation of color #95608D: hue angle of 309.06º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95608D is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14996141-
CMYK00.360.050.42
HSL309.06º21.63%48.04%-
HSV(B)309.06º35.57%58.43%-
XYZ21.3916.6827.29-
YUV116.98141.56150.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 96 (37.89% from 255) = 24.87%
BLUE value IS 141 (55.47% from 255) = 36.53%
R=38.60%
G=24.87%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499614100.360.050.42309.0621.6348.04
Hex95608D02452A1351630
Octal2251402150445524652660
Binary10010101110000010001101010010010110101010011010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95608D; }

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

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

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

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

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

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

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

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