#94528D

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

Shades of Violet Blue #94528D

Tints of Violet Blue #94528D

Color information

#94528D (or 0x94528D) is unknown color: approx Violet Blue. HEX triplet: 94, 52 and 8D. RGB value is (148,82,141). Sum of RGB (Red+Green+Blue) = 148+82+141=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #94528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94528D is #6BAD72. Grayscale: #6C6C6C. Windows color (decimal): -7056755 or 9261716. OLE color: 9261716.

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

Color convert

RGB14882141-
CMYK00.450.050.42
HSL306.36º28.7%45.1%-
HSV(B)306.36º44.59%58.04%-
XYZ20.0414.2526.89-
YUV108.46146.37156.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.89%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 141 (55.47% from 255) = 38.01%
R=39.89%
G=22.10%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488214100.450.050.42306.3628.745.1
Hex94528D02D52A1321d2d
Octal2241222150555524623555
Binary10010100101001010001101010110110110101010011001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,82,141); }

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

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

 a { background-color: rgb(148,82,141); }

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

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

 span { border-color: rgb(148,82,141); }

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