#95528B

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

Shades of Violet Blue #95528B

Tints of Violet Blue #95528B

Color information

#95528B (or 0x95528B) is unknown color: approx Violet Blue. HEX triplet: 95, 52 and 8B. RGB value is (149,82,139). Sum of RGB (Red+Green+Blue) = 149+82+139=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #95528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95528B is #6AAD74. Grayscale: #6C6C6C. Windows color (decimal): -6991221 or 9130645. OLE color: 9130645.

HSL color Cylindrical-coordinate representation of color #95528B: hue angle of 308.96º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95528B is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14982139-
CMYK00.450.070.42
HSL308.96º29%45.29%-
HSV(B)308.96º44.97%58.43%-
XYZ20.0714.2926.13-
YUV108.53145.2156.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 82 (32.42% from 255) = 22.16%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=40.27%
G=22.16%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498213900.450.070.42308.962945.29
Hex95528B02D72A1351d2d
Octal2251222130557524653555
Binary10010101101001010001011010110111110101010011010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95528B; }

 p { color: rgb(149,82,139); }

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

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

 a { background-color: rgb(149,82,139); }

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

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

 span { border-color: rgb(149,82,139); }

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