#9F21BF

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

Shades of Dark Orchid #9F21BF

Tints of Dark Orchid #9F21BF

Color information

#9F21BF (or 0x9F21BF) is unknown color: approx Dark Orchid. HEX triplet: 9F, 21 and BF. RGB value is (159,33,191). Sum of RGB (Red+Green+Blue) = 159+33+191=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F21BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F21BF is #60DE40. Grayscale: #585858. Windows color (decimal): -6348353 or 12525983. OLE color: 12525983.

HSL color Cylindrical-coordinate representation of color #9F21BF: hue angle of 287.85º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F21BF is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15933191-
CMYK0.170.8300.25
HSL287.85º70.54%43.92%-
HSV(B)287.85º82.72%74.9%-
XYZ24.2512.2250.37-
YUV88.69185.74178.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.51%
GREEN value IS 33 (13.28% from 255) = 8.62%
BLUE value IS 191 (75% from 255) = 49.87%
R=41.51%
G=8.62%
B=49.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159331910.170.8300.25287.8570.5443.92
Hex9F21BF1153019120472c
Octal237412772112303144010754
Binary10011111100001101111111000110100110110011001000001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F21BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,33,191); }

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

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

 a { background-color: rgb(159,33,191); }

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

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

 span { border-color: rgb(159,33,191); }

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