#94207F

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

Shades of Dark Purple #94207F

Tints of Dark Purple #94207F

Color information

#94207F (or 0x94207F) is unknown color: approx Dark Purple. HEX triplet: 94, 20 and 7F. RGB value is (148,32,127). Sum of RGB (Red+Green+Blue) = 148+32+127=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #94207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94207F is #6BDF80. Grayscale: #4D4D4D. Windows color (decimal): -7069569 or 8331412. OLE color: 8331412.

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

Color convert

RGB14832127-
CMYK00.780.140.42
HSL310.86º64.44%35.29%-
HSV(B)310.86º78.38%58.04%-
XYZ16.568.8620.92-
YUV77.51155.93178.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 32 (12.89% from 255) = 10.42%
BLUE value IS 127 (50% from 255) = 41.37%
R=48.21%
G=10.42%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483212700.780.140.42310.8664.4435.29
Hex94207F04EE2A1374023
Octal224401770116165246710043
Binary1001010010000011111110100111011101010101001101111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94207F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94207F; }

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

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

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

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

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

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

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

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