#9A218E

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

Shades of Dark Purple #9A218E

Tints of Dark Purple #9A218E

Color information

#9A218E (or 0x9A218E) is unknown color: approx Dark Purple. HEX triplet: 9A, 21 and 8E. RGB value is (154,33,142). Sum of RGB (Red+Green+Blue) = 154+33+142=329 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.81% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 154 - color contains mainly: red. Hex color #9A218E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A218E is #65DE71. Grayscale: #515151. Windows color (decimal): -6676082 or 9314714. OLE color: 9314714.

HSL color Cylindrical-coordinate representation of color #9A218E: hue angle of 305.95º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A218E is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB15433142-
CMYK00.790.080.40
HSL305.95º64.71%36.67%-
HSV(B)305.95º78.57%60.39%-
XYZ18.759.9126.52-
YUV81.6162.09179.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.81%
GREEN value IS 33 (13.28% from 255) = 10.03%
BLUE value IS 142 (55.86% from 255) = 43.16%
R=46.81%
G=10.03%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1543314200.790.080.40305.9564.7136.67
Hex9A218E04F8281324125
Octal232412160117105046210145
Binary10011010100001100011100100111110001010001001100101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A218E; }

 p { color: rgb(154,33,142); }

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

<style>
 a { background-color: #9A218E; }

 a { background-color: rgb(154,33,142); }

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

<style>
 span { border-color: #9A218E; }

 span { border-color: rgb(154,33,142); }

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