#945A8D

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

Shades of Violet Blue #945A8D

Tints of Violet Blue #945A8D

Color information

#945A8D (or 0x945A8D) is unknown color: approx Violet Blue. HEX triplet: 94, 5A and 8D. RGB value is (148,90,141). Sum of RGB (Red+Green+Blue) = 148+90+141=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 148 - color contains mainly: red. Hex color #945A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945A8D is #6BA572. Grayscale: #717171. Windows color (decimal): -7054707 or 9263764. OLE color: 9263764.

HSL color Cylindrical-coordinate representation of color #945A8D: hue angle of 307.24º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #945A8D is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14890141-
CMYK00.390.050.42
HSL307.24º24.37%46.67%-
HSV(B)307.24º39.19%58.04%-
XYZ20.6815.5327.11-
YUV113.16143.72152.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 90 (35.55% from 255) = 23.75%
BLUE value IS 141 (55.47% from 255) = 37.20%
R=39.05%
G=23.75%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489014100.390.050.42307.2424.3746.67
Hex945A8D02752A133182f
Octal2241322150475524633057
Binary10010100101101010001101010011110110101010011001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945A8D; }

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

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

<style>
 a { background-color: #945A8D; }

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

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

<style>
 span { border-color: #945A8D; }

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

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