#95538E

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

Shades of Violet Blue #95538E

Tints of Violet Blue #95538E

Color information

#95538E (or 0x95538E) is unknown color: approx Violet Blue. HEX triplet: 95, 53 and 8E. RGB value is (149,83,142). Sum of RGB (Red+Green+Blue) = 149+83+142=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #95538E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95538E is #6AAC71. Grayscale: #6D6D6D. Windows color (decimal): -6990962 or 9327509. OLE color: 9327509.

HSL color Cylindrical-coordinate representation of color #95538E: hue angle of 306.36º 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 #95538E is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14983142-
CMYK00.440.050.42
HSL306.36º28.45%45.49%-
HSV(B)306.36º44.3%58.43%-
XYZ20.3714.5327.32-
YUV109.46146.37156.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.84%
GREEN value IS 83 (32.81% from 255) = 22.19%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=39.84%
G=22.19%
B=37.97%

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
Decimal1498314200.440.050.42306.3628.4545.49
Hex95538E02C52A1321c2d
Octal2251232160545524623455
Binary10010101101001110001110010110010110101010011001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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