#8F21BF

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

Shades of Dark Orchid #8F21BF

Tints of Dark Orchid #8F21BF

Color information

#8F21BF (or 0x8F21BF) is unknown color: approx Dark Orchid. HEX triplet: 8F, 21 and BF. RGB value is (143,33,191). Sum of RGB (Red+Green+Blue) = 143+33+191=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F21BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F21BF is #70DE40. Grayscale: #535353. Windows color (decimal): -7396929 or 12525967. OLE color: 12525967.

HSL color Cylindrical-coordinate representation of color #8F21BF: hue angle of 281.77º 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 #8F21BF is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14333191-
CMYK0.250.8300.25
HSL281.77º70.54%43.92%-
HSV(B)281.77º82.72%74.9%-
XYZ21.2810.6950.23-
YUV83.9188.44170.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.96%
GREEN value IS 33 (13.28% from 255) = 8.99%
BLUE value IS 191 (75% from 255) = 52.04%
R=38.96%
G=8.99%
B=52.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143331910.250.8300.25281.7770.5443.92
Hex8F21BF195301911a472c
Octal217412773112303143210754
Binary10001111100001101111111100110100110110011000110101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F21BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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