#94429D

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

Shades of Vivid Violet #94429D

Tints of Vivid Violet #94429D

Color information

#94429D (or 0x94429D) is unknown color: approx Vivid Violet. HEX triplet: 94, 42 and 9D. RGB value is (148,66,157). Sum of RGB (Red+Green+Blue) = 148+66+157=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #94429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94429D is #6BBD62. Grayscale: #646464. Windows color (decimal): -7060835 or 10306196. OLE color: 10306196.

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

Color convert

RGB14866157-
CMYK0.060.5800.38
HSL294.07º40.81%43.73%-
HSV(B)294.07º57.96%61.57%-
XYZ20.2512.6333.27-
YUV100.89159.67161.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.89%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=39.89%
G=17.79%
B=42.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148661570.060.5800.38294.0740.8143.73
Hex94429D63A026126292c
Octal2241022356720464465154
Binary100101001000010100111011101110100100110100100110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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