#946893

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

Shades of Violet Blue #946893

Tints of Violet Blue #946893

Color information

#946893 (or 0x946893) is unknown color: approx Violet Blue. HEX triplet: 94, 68 and 93. RGB value is (148,104,147). Sum of RGB (Red+Green+Blue) = 148+104+147=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #946893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946893 is #6B976C. Grayscale: #797979. Windows color (decimal): -7051117 or 9660564. OLE color: 9660564.

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

Color convert

RGB148104147-
CMYK00.300.010.42
HSL301.36º17.46%49.41%-
HSV(B)301.36º29.73%58.04%-
XYZ22.4318.329.95-
YUV122.06142.08146.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.09%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 147 (57.81% from 255) = 36.84%
R=37.09%
G=26.07%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810414700.300.010.42301.3617.4649.41
Hex94689301E12A12d1131
Octal2241502230361524552161
Binary10010100110100010010011011110110101010010110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946893; }

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

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

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

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

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

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

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

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