#95608C

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

Shades of Violet Blue #95608C

Tints of Violet Blue #95608C

Color information

#95608C (or 0x95608C) is unknown color: approx Violet Blue. HEX triplet: 95, 60 and 8C. RGB value is (149,96,140). Sum of RGB (Red+Green+Blue) = 149+96+140=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #95608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95608C is #6A9F73. Grayscale: #747474. Windows color (decimal): -6987636 or 9199765. OLE color: 9199765.

HSL color Cylindrical-coordinate representation of color #95608C: hue angle of 310.19º 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 #95608C is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14996140-
CMYK00.360.060.42
HSL310.19º21.63%48.04%-
HSV(B)310.19º35.57%58.43%-
XYZ21.3116.6526.9-
YUV116.86141.06150.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 140 (55.08% from 255) = 36.36%
R=38.70%
G=24.94%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499614000.360.060.42310.1921.6348.04
Hex95608C02462A1361630
Octal2251402140446524662660
Binary10010101110000010001100010010011010101010011011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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