#8F20BF

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

Shades of Dark Orchid #8F20BF

Tints of Dark Orchid #8F20BF

Color information

#8F20BF (or 0x8F20BF) is unknown color: approx Dark Orchid. HEX triplet: 8F, 20 and BF. RGB value is (143,32,191). Sum of RGB (Red+Green+Blue) = 143+32+191=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F20BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F20BF is #70DF40. Grayscale: #525252. Windows color (decimal): -7397185 or 12525711. OLE color: 12525711.

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

Color convert

RGB14332191-
CMYK0.250.8300.25
HSL281.89º71.3%43.73%-
HSV(B)281.89º83.25%74.9%-
XYZ21.2510.6350.22-
YUV83.32188.77170.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.07%
GREEN value IS 32 (12.89% from 255) = 8.74%
BLUE value IS 191 (75% from 255) = 52.19%
R=39.07%
G=8.74%
B=52.19%

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
Decimal143321910.250.8300.25281.8971.343.73
Hex8F20BF195301911a472c
Octal217402773112303143210754
Binary10001111100000101111111100110100110110011000110101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F20BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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