#95538D

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

Shades of Violet Blue #95538D

Tints of Violet Blue #95538D

Color information

#95538D (or 0x95538D) is unknown color: approx Violet Blue. HEX triplet: 95, 53 and 8D. RGB value is (149,83,141). Sum of RGB (Red+Green+Blue) = 149+83+141=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #95538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95538D is #6AAC72. Grayscale: #6D6D6D. Windows color (decimal): -6990963 or 9261973. OLE color: 9261973.

HSL color Cylindrical-coordinate representation of color #95538D: hue angle of 307.27º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95538D is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14983141-
CMYK00.440.050.42
HSL307.27º28.45%45.49%-
HSV(B)307.27º44.3%58.43%-
XYZ20.314.526.93-
YUV109.35145.87156.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 83 (32.81% from 255) = 22.25%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=39.95%
G=22.25%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498314100.440.050.42307.2728.4545.49
Hex95538D02C52A1331c2d
Octal2251232150545524633455
Binary10010101101001110001101010110010110101010011001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95538D; }

 p { color: rgb(149,83,141); }

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

<style>
 a { background-color: #95538D; }

 a { background-color: rgb(149,83,141); }

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

<style>
 span { border-color: #95538D; }

 span { border-color: rgb(149,83,141); }

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