#9F31AA

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

Shades of Dark Orchid #9F31AA

Tints of Dark Orchid #9F31AA

Color information

#9F31AA (or 0x9F31AA) is unknown color: approx Dark Orchid. HEX triplet: 9F, 31 and AA. RGB value is (159,49,170). Sum of RGB (Red+Green+Blue) = 159+49+170=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F31AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F31AA is #60CE55. Grayscale: #5F5F5F. Windows color (decimal): -6344278 or 11153823. OLE color: 11153823.

HSL color Cylindrical-coordinate representation of color #9F31AA: hue angle of 294.55º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F31AA is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15949170-
CMYK0.060.7100.33
HSL294.55º55.25%42.94%-
HSV(B)294.55º71.18%66.67%-
XYZ22.6512.4739.24-
YUV95.68169.94173.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.06%
GREEN value IS 49 (19.53% from 255) = 12.96%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=42.06%
G=12.96%
B=44.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159491700.060.7100.33294.5555.2542.94
Hex9F31AA647021127372b
Octal2376125261070414476753
Binary100111111100011010101011010001110100001100100111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F31AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,49,170); }

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

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

 a { background-color: rgb(159,49,170); }

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

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

 span { border-color: rgb(159,49,170); }

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