#9F1DBA

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

Shades of Dark Orchid #9F1DBA

Tints of Dark Orchid #9F1DBA

Color information

#9F1DBA (or 0x9F1DBA) is unknown color: approx Dark Orchid. HEX triplet: 9F, 1D and BA. RGB value is (159,29,186). Sum of RGB (Red+Green+Blue) = 159+29+186=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F1DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1DBA is #60E245. Grayscale: #555555. Windows color (decimal): -6349382 or 12197279. OLE color: 12197279.

HSL color Cylindrical-coordinate representation of color #9F1DBA: hue angle of 289.68º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1DBA is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15929186-
CMYK0.150.8400.27
HSL289.68º73.02%42.16%-
HSV(B)289.68º84.41%72.94%-
XYZ23.611.7947.49-
YUV85.77184.57180.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.51%
GREEN value IS 29 (11.72% from 255) = 7.75%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=42.51%
G=7.75%
B=49.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159291860.150.8400.27289.6873.0242.16
Hex9F1DBAF5401B122492a
Octal237352721712403344211152
Binary100111111110110111010111110101000110111001000101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,29,186); }

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

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

 a { background-color: rgb(159,29,186); }

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

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

 span { border-color: rgb(159,29,186); }

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