#95528F

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

Shades of Violet Blue #95528F

Tints of Violet Blue #95528F

Color information

#95528F (or 0x95528F) is unknown color: approx Violet Blue. HEX triplet: 95, 52 and 8F. RGB value is (149,82,143). Sum of RGB (Red+Green+Blue) = 149+82+143=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #95528F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95528F is #6AAD70. Grayscale: #6C6C6C. Windows color (decimal): -6991217 or 9392789. OLE color: 9392789.

HSL color Cylindrical-coordinate representation of color #95528F: hue angle of 305.37º 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 #95528F is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB14982143-
CMYK00.450.040.42
HSL305.37º29%45.29%-
HSV(B)305.37º44.97%58.43%-
XYZ20.3714.4127.69-
YUV108.99147.2156.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.84%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 143 (56.25% from 255) = 38.24%
R=39.84%
G=21.93%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498214300.450.040.42305.372945.29
Hex95528F02D42A1311d2d
Octal2251222170554524613555
Binary10010101101001010001111010110110010101010011000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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