#94216A

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

Shades of Dark Purple #94216A

Tints of Dark Purple #94216A

Color information

#94216A (or 0x94216A) is unknown color: approx Dark Purple. HEX triplet: 94, 21 and 6A. RGB value is (148,33,106). Sum of RGB (Red+Green+Blue) = 148+33+106=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #94216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94216A is #6BDE95. Grayscale: #4B4B4B. Windows color (decimal): -7069334 or 6955412. OLE color: 6955412.

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

Color convert

RGB14833106-
CMYK00.780.280.42
HSL321.91º63.54%35.49%-
HSV(B)321.91º77.7%58.04%-
XYZ15.368.4214.45-
YUV75.71145.1179.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.57%
GREEN value IS 33 (13.28% from 255) = 11.50%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=51.57%
G=11.50%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483310600.780.280.42321.9163.5435.49
Hex94216A04E1C2A1424023
Octal224411520116345250210043
Binary10010100100001110101001001110111001010101010000101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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