#8F20CF

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

Shades of Dark Orchid #8F20CF

Tints of Dark Orchid #8F20CF

Color information

#8F20CF (or 0x8F20CF) is unknown color: approx Dark Orchid. HEX triplet: 8F, 20 and CF. RGB value is (143,32,207). Sum of RGB (Red+Green+Blue) = 143+32+207=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F20CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F20CF is #70DF30. Grayscale: #545454. Windows color (decimal): -7397169 or 13574287. OLE color: 13574287.

HSL color Cylindrical-coordinate representation of color #8F20CF: hue angle of 278.06º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F20CF is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14332207-
CMYK0.310.8500.19
HSL278.06º73.22%46.86%-
HSV(B)278.06º84.54%81.18%-
XYZ23.1111.3860.01-
YUV85.14196.77169.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.43%
GREEN value IS 32 (12.89% from 255) = 8.38%
BLUE value IS 207 (81.25% from 255) = 54.19%
R=37.43%
G=8.38%
B=54.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal143322070.310.8500.19278.0673.2246.86
Hex8F20CF1F55013116492f
Octal217403173712502342611157
Binary10001111100000110011111111110101010100111000101101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F20CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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