#95558F

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

Shades of Violet Blue #95558F

Tints of Violet Blue #95558F

Color information

#95558F (or 0x95558F) is unknown color: approx Violet Blue. HEX triplet: 95, 55 and 8F. RGB value is (149,85,143). Sum of RGB (Red+Green+Blue) = 149+85+143=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #95558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95558F is #6AAA70. Grayscale: #6E6E6E. Windows color (decimal): -6990449 or 9393557. OLE color: 9393557.

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

Color convert

RGB14985143-
CMYK00.430.040.42
HSL305.62º27.35%45.88%-
HSV(B)305.62º42.95%58.43%-
XYZ20.614.8727.77-
YUV110.75146.2155.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.52%
GREEN value IS 85 (33.59% from 255) = 22.55%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=39.52%
G=22.55%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498514300.430.040.42305.6227.3545.88
Hex95558F02B42A1321b2e
Octal2251252170534524623356
Binary10010101101010110001111010101110010101010011001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95558F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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