#9F1EA9

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

Shades of Dark Orchid #9F1EA9

Tints of Dark Orchid #9F1EA9

Color information

#9F1EA9 (or 0x9F1EA9) is unknown color: approx Dark Orchid. HEX triplet: 9F, 1E and A9. RGB value is (159,30,169). Sum of RGB (Red+Green+Blue) = 159+30+169=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 169 (66.41% from 255 or 47.21% from 358); Max value from RGB is 169 - color contains mainly: blue. Hex color #9F1EA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1EA9 is #60E156. Grayscale: #535353. Windows color (decimal): -6349143 or 11083423. OLE color: 11083423.

HSL color Cylindrical-coordinate representation of color #9F1EA9: hue angle of 295.68º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1EA9 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15930169-
CMYK0.060.8200.34
HSL295.68º69.85%39.02%-
HSV(B)295.68º82.25%66.27%-
XYZ21.9211.1638.54-
YUV84.42175.74181.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.41%
GREEN value IS 30 (12.11% from 255) = 8.38%
BLUE value IS 169 (66.41% from 255) = 47.21%
R=44.41%
G=8.38%
B=47.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal159301690.060.8200.34295.6869.8539.02
Hex9F1EA96520221284627
Octal23736251612204245010647
Binary100111111111010101001110101001001000101001010001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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