#9A206E

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

Shades of Dark Purple #9A206E

Tints of Dark Purple #9A206E

Color information

#9A206E (or 0x9A206E) is unknown color: approx Dark Purple. HEX triplet: 9A, 20 and 6E. RGB value is (154,32,110). Sum of RGB (Red+Green+Blue) = 154+32+110=296 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.03% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 154 - color contains mainly: red. Hex color #9A206E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A206E is #65DF91. Grayscale: #4D4D4D. Windows color (decimal): -6676370 or 7217306. OLE color: 7217306.

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

Color convert

RGB15432110-
CMYK00.790.290.40
HSL321.64º65.59%36.47%-
HSV(B)321.64º79.22%60.39%-
XYZ16.669.0315.62-
YUV77.37146.42182.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.03%
GREEN value IS 32 (12.89% from 255) = 10.81%
BLUE value IS 110 (43.36% from 255) = 37.16%
R=52.03%
G=10.81%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1543211000.790.290.40321.6465.5936.47
Hex9A206E04F1D281424224
Octal232401560117355050210244
Binary10011010100000110111001001111111011010001010000101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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