#94216D

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

Shades of Dark Purple #94216D

Tints of Dark Purple #94216D

Color information

#94216D (or 0x94216D) is unknown color: approx Dark Purple. HEX triplet: 94, 21 and 6D. RGB value is (148,33,109). Sum of RGB (Red+Green+Blue) = 148+33+109=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #94216D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94216D is #6BDE92. Grayscale: #4B4B4B. Windows color (decimal): -7069331 or 7152020. OLE color: 7152020.

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

Color convert

RGB14833109-
CMYK00.780.260.42
HSL320.35º63.54%35.49%-
HSV(B)320.35º77.7%58.04%-
XYZ15.528.4915.29-
YUV76.05146.6179.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.03%
GREEN value IS 33 (13.28% from 255) = 11.38%
BLUE value IS 109 (42.97% from 255) = 37.59%
R=51.03%
G=11.38%
B=37.59%

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
Decimal1483310900.780.260.42320.3563.5435.49
Hex94216D04E1A2A1404023
Octal224411550116325250010043
Binary10010100100001110110101001110110101010101010000001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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