#94206E

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

Shades of Dark Purple #94206E

Tints of Dark Purple #94206E

Color information

#94206E (or 0x94206E) is unknown color: approx Dark Purple. HEX triplet: 94, 20 and 6E. RGB value is (148,32,110). Sum of RGB (Red+Green+Blue) = 148+32+110=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #94206E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94206E is #6BDF91. Grayscale: #4B4B4B. Windows color (decimal): -7069586 or 7217300. OLE color: 7217300.

HSL color Cylindrical-coordinate representation of color #94206E: hue angle of 319.66º 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 #94206E is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14832110-
CMYK00.780.260.42
HSL319.66º64.44%35.29%-
HSV(B)319.66º78.38%58.04%-
XYZ15.548.4515.56-
YUV75.58147.43179.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.03%
GREEN value IS 32 (12.89% from 255) = 11.03%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=51.03%
G=11.03%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483211000.780.260.42319.6664.4435.29
Hex94206E04E1A2A1404023
Octal224401560116325250010043
Binary10010100100000110111001001110110101010101010000001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94206E; }

 p { color: rgb(148,32,110); }

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

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

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

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

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

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

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