#9F28AC

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

Shades of Dark Orchid #9F28AC

Tints of Dark Orchid #9F28AC

Color information

#9F28AC (or 0x9F28AC) is unknown color: approx Dark Orchid. HEX triplet: 9F, 28 and AC. RGB value is (159,40,172). Sum of RGB (Red+Green+Blue) = 159+40+172=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F28AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F28AC is #60D753. Grayscale: #5A5A5A. Windows color (decimal): -6346580 or 11282591. OLE color: 11282591.

HSL color Cylindrical-coordinate representation of color #9F28AC: hue angle of 294.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F28AC is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15940172-
CMYK0.080.7700.33
HSL294.09º62.26%41.57%-
HSV(B)294.09º76.74%67.45%-
XYZ22.511.8740.13-
YUV90.63173.92176.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.86%
GREEN value IS 40 (16.02% from 255) = 10.78%
BLUE value IS 172 (67.58% from 255) = 46.36%
R=42.86%
G=10.78%
B=46.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159401720.080.7700.33294.0962.2641.57
Hex9F28AC84D0211263e2a
Octal23750254101150414467652
Binary1001111110100010101100100010011010100001100100110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F28AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,40,172); }

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

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

 a { background-color: rgb(159,40,172); }

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

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

 span { border-color: rgb(159,40,172); }

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