#944498

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

Shades of Vivid Violet #944498

Tints of Vivid Violet #944498

Color information

#944498 (or 0x944498) is unknown color: approx Vivid Violet. HEX triplet: 94, 44 and 98. RGB value is (148,68,152). Sum of RGB (Red+Green+Blue) = 148+68+152=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 152 - color contains mainly: blue. Hex color #944498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944498 is #6BBB67. Grayscale: #656565. Windows color (decimal): -7060328 or 9979028. OLE color: 9979028.

HSL color Cylindrical-coordinate representation of color #944498: hue angle of 297.14º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944498 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14868152-
CMYK0.030.5500.40
HSL297.14º38.18%43.14%-
HSV(B)297.14º55.26%59.61%-
XYZ19.9512.731.11-
YUV101.5156.5161.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.22%
GREEN value IS 68 (26.95% from 255) = 18.48%
BLUE value IS 152 (59.77% from 255) = 41.30%
R=40.22%
G=18.48%
B=41.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal148681520.030.5500.40297.1438.1843.14
Hex944498337028129262b
Octal2241042303670504514653
Binary10010100100010010011000111101110101000100101001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944498; }

 p { color: rgb(148,68,152); }

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

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

 a { background-color: rgb(148,68,152); }

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

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

 span { border-color: rgb(148,68,152); }

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