#94449A

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

Shades of Vivid Violet #94449A

Tints of Vivid Violet #94449A

Color information

#94449A (or 0x94449A) is unknown color: approx Vivid Violet. HEX triplet: 94, 44 and 9A. RGB value is (148,68,154). Sum of RGB (Red+Green+Blue) = 148+68+154=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #94449A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94449A is #6BBB65. Grayscale: #656565. Windows color (decimal): -7060326 or 10110100. OLE color: 10110100.

HSL color Cylindrical-coordinate representation of color #94449A: hue angle of 295.81º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94449A is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14868154-
CMYK0.040.5600.40
HSL295.81º38.74%43.53%-
HSV(B)295.81º55.84%60.39%-
XYZ20.1112.7631.98-
YUV101.72157.5161.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40%
GREEN value IS 68 (26.95% from 255) = 18.38%
BLUE value IS 154 (60.55% from 255) = 41.62%
R=40%
G=18.38%
B=41.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal148681540.040.5600.40295.8138.7443.53
Hex94449A438028128272c
Octal2241042324700504504754
Binary100101001000100100110101001110000101000100101000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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