#945DA4

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

Shades of Violet Blue #945DA4

Tints of Violet Blue #945DA4

Color information

#945DA4 (or 0x945DA4) is unknown color: approx Violet Blue. HEX triplet: 94, 5D and A4. RGB value is (148,93,164). Sum of RGB (Red+Green+Blue) = 148+93+164=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 164 - color contains mainly: blue. Hex color #945DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945DA4 is #6BA25B. Grayscale: #757575. Windows color (decimal): -7053916 or 10771860. OLE color: 10771860.

HSL color Cylindrical-coordinate representation of color #945DA4: hue angle of 286.48º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945DA4 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14893164-
CMYK0.100.4300.36
HSL286.48º28.06%50.39%-
HSV(B)286.48º43.29%64.31%-
XYZ22.8316.837.16-
YUV117.54154.22149.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.54%
GREEN value IS 93 (36.72% from 255) = 22.96%
BLUE value IS 164 (64.45% from 255) = 40.49%
R=36.54%
G=22.96%
B=40.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal148931640.100.4300.36286.4828.0650.39
Hex945DA4A2B02411e1c32
Octal22413524412530444363462
Binary100101001011101101001001010101011010010010001111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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