#9A206F

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

Shades of Dark Purple #9A206F

Tints of Dark Purple #9A206F

Color information

#9A206F (or 0x9A206F) is unknown color: approx Dark Purple. HEX triplet: 9A, 20 and 6F. RGB value is (154,32,111). Sum of RGB (Red+Green+Blue) = 154+32+111=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A206F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A206F is #65DF90. Grayscale: #4D4D4D. Windows color (decimal): -6676369 or 7282842. OLE color: 7282842.

HSL color Cylindrical-coordinate representation of color #9A206F: hue angle of 321.15º 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 #9A206F is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB15432111-
CMYK00.790.280.40
HSL321.15º65.59%36.47%-
HSV(B)321.15º79.22%60.39%-
XYZ16.719.0515.91-
YUV77.48146.92182.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.85%
GREEN value IS 32 (12.89% from 255) = 10.77%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=51.85%
G=10.77%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1543211100.790.280.40321.1565.5936.47
Hex9A206F04F1C281414224
Octal232401570117345050110244
Binary10011010100000110111101001111111001010001010000011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A206F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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