#942995

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

Shades of Vivid Violet #942995

Tints of Vivid Violet #942995

Color information

#942995 (or 0x942995) is unknown color: approx Vivid Violet. HEX triplet: 94, 29 and 95. RGB value is (148,41,149). Sum of RGB (Red+Green+Blue) = 148+41+149=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #942995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942995 is #6BD66A. Grayscale: #545454. Windows color (decimal): -7067243 or 9775508. OLE color: 9775508.

HSL color Cylindrical-coordinate representation of color #942995: hue angle of 299.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #942995 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14841149-
CMYK0.010.7200.42
HSL299.44º56.84%37.25%-
HSV(B)299.44º72.48%58.43%-
XYZ18.4310.0529.4-
YUV85.3163.95172.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 41 (16.41% from 255) = 12.13%
BLUE value IS 149 (58.59% from 255) = 44.08%
R=43.79%
G=12.13%
B=44.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148411490.010.7200.42299.4456.8437.25
Hex94299514802A12b3925
Octal2245122511100524537145
Binary1001010010100110010101110010000101010100101011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942995; }

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

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

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

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

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

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

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

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