#9F1FAE

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

Shades of Dark Orchid #9F1FAE

Tints of Dark Orchid #9F1FAE

Color information

#9F1FAE (or 0x9F1FAE) is unknown color: approx Dark Orchid. HEX triplet: 9F, 1F and AE. RGB value is (159,31,174). Sum of RGB (Red+Green+Blue) = 159+31+174=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F1FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1FAE is #60E051. Grayscale: #555555. Windows color (decimal): -6348882 or 11411359. OLE color: 11411359.

HSL color Cylindrical-coordinate representation of color #9F1FAE: hue angle of 293.71º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1FAE is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15931174-
CMYK0.090.8200.32
HSL293.71º69.76%40.2%-
HSV(B)293.71º82.18%68.24%-
XYZ22.4311.4141.06-
YUV85.57177.91180.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.68%
GREEN value IS 31 (12.5% from 255) = 8.52%
BLUE value IS 174 (68.36% from 255) = 47.80%
R=43.68%
G=8.52%
B=47.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159311740.090.8200.32293.7169.7640.2
Hex9F1FAE9520201264628
Octal237372561112204044610650
Binary1001111111111101011101001101001001000001001001101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,31,174); }

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

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

 a { background-color: rgb(159,31,174); }

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

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

 span { border-color: rgb(159,31,174); }

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