#95558B

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

Shades of Violet Blue #95558B

Tints of Violet Blue #95558B

Color information

#95558B (or 0x95558B) is unknown color: approx Violet Blue. HEX triplet: 95, 55 and 8B. RGB value is (149,85,139). Sum of RGB (Red+Green+Blue) = 149+85+139=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #95558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95558B is #6AAA74. Grayscale: #6E6E6E. Windows color (decimal): -6990453 or 9131413. OLE color: 9131413.

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

Color convert

RGB14985139-
CMYK00.430.070.42
HSL309.38º27.35%45.88%-
HSV(B)309.38º42.95%58.43%-
XYZ20.314.7526.2-
YUV110.29144.2155.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 85 (33.59% from 255) = 22.79%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=39.95%
G=22.79%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498513900.430.070.42309.3827.3545.88
Hex95558B02B72A1351b2e
Octal2251252130537524653356
Binary10010101101010110001011010101111110101010011010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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