#94448B

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

Shades of Vivid Violet #94448B

Tints of Vivid Violet #94448B

Color information

#94448B (or 0x94448B) is unknown color: approx Vivid Violet. HEX triplet: 94, 44 and 8B. RGB value is (148,68,139). Sum of RGB (Red+Green+Blue) = 148+68+139=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #94448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94448B is #6BBB74. Grayscale: #636363. Windows color (decimal): -7060341 or 9127060. OLE color: 9127060.

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

Color convert

RGB14868139-
CMYK00.540.060.42
HSL306.75º37.04%42.35%-
HSV(B)306.75º54.05%58.04%-
XYZ18.9412.2925.8-
YUV100.01150162.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.69%
GREEN value IS 68 (26.95% from 255) = 19.15%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=41.69%
G=19.15%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486813900.540.060.42306.7537.0442.35
Hex94448B03662A133252a
Octal2241042130666524634552
Binary100101001000100100010110110110110101010100110011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94448B; }

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

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

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

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

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

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

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

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