#946895

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

Shades of Violet Blue #946895

Tints of Violet Blue #946895

Color information

#946895 (or 0x946895) is unknown color: approx Violet Blue. HEX triplet: 94, 68 and 95. RGB value is (148,104,149). Sum of RGB (Red+Green+Blue) = 148+104+149=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 149 - color contains mainly: blue. Hex color #946895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946895 is #6B976A. Grayscale: #7A7A7A. Windows color (decimal): -7051115 or 9791636. OLE color: 9791636.

HSL color Cylindrical-coordinate representation of color #946895: hue angle of 298.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946895 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB148104149-
CMYK0.010.3000.42
HSL298.67º17.79%49.61%-
HSV(B)298.67º30.2%58.43%-
XYZ22.5918.3730.79-
YUV122.29143.08146.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=36.91%
G=25.94%
B=37.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481041490.010.3000.42298.6717.7949.61
Hex94689511E02A12b1232
Octal2241502251360524532262
Binary10010100110100010010101111110010101010010101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946895; }

 p { color: rgb(148,104,149); }

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

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

 a { background-color: rgb(148,104,149); }

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

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

 span { border-color: rgb(148,104,149); }

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