#945DA5

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

Shades of Violet Blue #945DA5

Tints of Violet Blue #945DA5

Color information

#945DA5 (or 0x945DA5) is unknown color: approx Violet Blue. HEX triplet: 94, 5D and A5. RGB value is (148,93,165). Sum of RGB (Red+Green+Blue) = 148+93+165=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 165 - color contains mainly: blue. Hex color #945DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945DA5 is #6BA25A. Grayscale: #757575. Windows color (decimal): -7053915 or 10837396. OLE color: 10837396.

HSL color Cylindrical-coordinate representation of color #945DA5: hue angle of 285.83º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #945DA5 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14893165-
CMYK0.100.4400.35
HSL285.83º28.57%50.59%-
HSV(B)285.83º43.64%64.71%-
XYZ22.9216.8437.64-
YUV117.65154.72149.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 93 (36.72% from 255) = 22.91%
BLUE value IS 165 (64.84% from 255) = 40.64%
R=36.45%
G=22.91%
B=40.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148931650.100.4400.35285.8328.5750.59
Hex945DA5A2C02311e1d33
Octal22413524512540434363563
Binary100101001011101101001011010101100010001110001111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,93,165); }

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

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

 a { background-color: rgb(148,93,165); }

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

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

 span { border-color: rgb(148,93,165); }

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