#9F1EAE

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

Shades of Dark Orchid #9F1EAE

Tints of Dark Orchid #9F1EAE

Color information

#9F1EAE (or 0x9F1EAE) is unknown color: approx Dark Orchid. HEX triplet: 9F, 1E and AE. RGB value is (159,30,174). Sum of RGB (Red+Green+Blue) = 159+30+174=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F1EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1EAE is #60E151. Grayscale: #545454. Windows color (decimal): -6349138 or 11411103. OLE color: 11411103.

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

Color convert

RGB15930174-
CMYK0.090.8300.32
HSL293.75º70.59%40%-
HSV(B)293.75º82.76%68.24%-
XYZ22.411.3641.06-
YUV84.99178.24180.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.80%
GREEN value IS 30 (12.11% from 255) = 8.26%
BLUE value IS 174 (68.36% from 255) = 47.93%
R=43.80%
G=8.26%
B=47.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159301740.090.8300.32293.7570.5940
Hex9F1EAE9530201264728
Octal237362561112304044610750
Binary1001111111110101011101001101001101000001001001101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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