#94419D

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

Shades of Vivid Violet #94419D

Tints of Vivid Violet #94419D

Color information

#94419D (or 0x94419D) is unknown color: approx Vivid Violet. HEX triplet: 94, 41 and 9D. RGB value is (148,65,157). Sum of RGB (Red+Green+Blue) = 148+65+157=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #94419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94419D is #6BBE62. Grayscale: #646464. Windows color (decimal): -7061091 or 10305940. OLE color: 10305940.

HSL color Cylindrical-coordinate representation of color #94419D: hue angle of 294.13º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94419D is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14865157-
CMYK0.060.5900.38
HSL294.13º41.44%43.53%-
HSV(B)294.13º58.6%61.57%-
XYZ20.1912.5133.25-
YUV100.3160162.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40%
GREEN value IS 65 (25.78% from 255) = 17.57%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=40%
G=17.57%
B=42.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148651570.060.5900.38294.1341.4443.53
Hex94419D63B026126292c
Octal2241012356730464465154
Binary100101001000001100111011101110110100110100100110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94419D; }

 p { color: rgb(148,65,157); }

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

<style>
 a { background-color: #94419D; }

 a { background-color: rgb(148,65,157); }

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

<style>
 span { border-color: #94419D; }

 span { border-color: rgb(148,65,157); }

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