#942194

Color #942194 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #942194

Tints of Dark Purple #942194

Color information

#942194 (or 0x942194) is unknown color: approx Dark Purple. HEX triplet: 94, 21 and 94. RGB value is (148,33,148). Sum of RGB (Red+Green+Blue) = 148+33+148=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #942194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942194 is #6BDE6B. Grayscale: #505050. Windows color (decimal): -7069292 or 9707924. OLE color: 9707924.

HSL color Cylindrical-coordinate representation of color #942194: hue angle of 300º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942194 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14833148-
CMYK00.7800.42
HSL300º63.54%35.49%-
HSV(B)300º77.7%58.04%-
XYZ18.19.5228.9-
YUV80.49166.1176.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 33 (13.28% from 255) = 10.03%
BLUE value IS 148 (58.20% from 255) = 44.98%
R=44.98%
G=10.03%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483314800.7800.4230063.5435.49
Hex94219404E02A12c4023
Octal22441224011605245410043
Binary10010100100001100101000100111001010101001011001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942194; }

 p { color: rgb(148,33,148); }

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

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

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

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

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

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

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