#94427A

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

Shades of Dark Purple #94427A

Tints of Dark Purple #94427A

Color information

#94427A (or 0x94427A) is unknown color: approx Dark Purple. HEX triplet: 94, 42 and 7A. RGB value is (148,66,122). Sum of RGB (Red+Green+Blue) = 148+66+122=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #94427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94427A is #6BBD85. Grayscale: #606060. Windows color (decimal): -7060870 or 8012436. OLE color: 8012436.

HSL color Cylindrical-coordinate representation of color #94427A: hue angle of 319.02º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94427A is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14866122-
CMYK00.550.180.42
HSL319.02º38.32%41.96%-
HSV(B)319.02º55.41%58.04%-
XYZ17.6711.619.72-
YUV96.9142.17164.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.05%
GREEN value IS 66 (26.17% from 255) = 19.64%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=44.05%
G=19.64%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486612200.550.180.42319.0238.3241.96
Hex94427A037122A13f262a
Octal22410217206722524774652
Binary1001010010000101111010011011110010101010100111111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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