#94449F

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

Shades of Vivid Violet #94449F

Tints of Vivid Violet #94449F

Color information

#94449F (or 0x94449F) is unknown color: approx Vivid Violet. HEX triplet: 94, 44 and 9F. RGB value is (148,68,159). Sum of RGB (Red+Green+Blue) = 148+68+159=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #94449F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94449F is #6BBB60. Grayscale: #666666. Windows color (decimal): -7060321 or 10437780. OLE color: 10437780.

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

Color convert

RGB14868159-
CMYK0.070.5700.38
HSL292.75º40.09%44.51%-
HSV(B)292.75º57.23%62.35%-
XYZ20.5412.9334.21-
YUV102.29160160.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 68 (26.95% from 255) = 18.13%
BLUE value IS 159 (62.5% from 255) = 42.4%
R=39.47%
G=18.13%
B=42.4%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148681590.070.5700.38292.7540.0944.51
Hex94449F739026125282d
Octal2241042377710464455055
Binary100101001000100100111111111110010100110100100101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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