#94299F

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

Shades of Vivid Violet #94299F

Tints of Vivid Violet #94299F

Color information

#94299F (or 0x94299F) is unknown color: approx Vivid Violet. HEX triplet: 94, 29 and 9F. RGB value is (148,41,159). Sum of RGB (Red+Green+Blue) = 148+41+159=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #94299F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94299F is #6BD660. Grayscale: #565656. Windows color (decimal): -7067233 or 10430868. OLE color: 10430868.

HSL color Cylindrical-coordinate representation of color #94299F: hue angle of 294.41º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94299F is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14841159-
CMYK0.070.7400.38
HSL294.41º59%39.22%-
HSV(B)294.41º74.21%62.35%-
XYZ19.2610.3833.79-
YUV86.44168.95171.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.53%
GREEN value IS 41 (16.41% from 255) = 11.78%
BLUE value IS 159 (62.5% from 255) = 45.69%
R=42.53%
G=11.78%
B=45.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148411590.070.7400.38294.415939.22
Hex94299F74A0261263b27
Octal2245123771120464467347
Binary100101001010011001111111110010100100110100100110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94299F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94299F; }

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

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

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

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

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

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

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

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