#94249F

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

Shades of Vivid Violet #94249F

Tints of Vivid Violet #94249F

Color information

#94249F (or 0x94249F) is unknown color: approx Vivid Violet. HEX triplet: 94, 24 and 9F. RGB value is (148,36,159). Sum of RGB (Red+Green+Blue) = 148+36+159=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #94249F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94249F is #6BDB60. Grayscale: #535353. Windows color (decimal): -7068513 or 10429588. OLE color: 10429588.

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

Color convert

RGB14836159-
CMYK0.070.7700.38
HSL294.63º63.08%38.24%-
HSV(B)294.63º77.36%62.35%-
XYZ19.110.0633.74-
YUV83.51170.61174-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 36 (14.45% from 255) = 10.50%
BLUE value IS 159 (62.5% from 255) = 46.36%
R=43.15%
G=10.50%
B=46.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148361590.070.7700.38294.6363.0838.24
Hex94249F74D0261273f26
Octal2244423771150464477746
Binary100101001001001001111111110011010100110100100111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94249F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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