#8F21B8

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

Shades of Dark Orchid #8F21B8

Tints of Dark Orchid #8F21B8

Color information

#8F21B8 (or 0x8F21B8) is unknown color: approx Dark Orchid. HEX triplet: 8F, 21 and B8. RGB value is (143,33,184). Sum of RGB (Red+Green+Blue) = 143+33+184=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 184 (72.27% from 255 or 51.11% from 360); Max value from RGB is 184 - color contains mainly: blue. Hex color #8F21B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F21B8 is #70DE47. Grayscale: #525252. Windows color (decimal): -7396936 or 12067215. OLE color: 12067215.

HSL color Cylindrical-coordinate representation of color #8F21B8: hue angle of 283.71º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F21B8 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14333184-
CMYK0.220.8200.28
HSL283.71º69.59%42.55%-
HSV(B)283.71º82.07%72.16%-
XYZ20.5210.3946.27-
YUV83.1184.94170.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.72%
GREEN value IS 33 (13.28% from 255) = 9.17%
BLUE value IS 184 (72.27% from 255) = 51.11%
R=39.72%
G=9.17%
B=51.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal143331840.220.8200.28283.7169.5942.55
Hex8F21B8165201C11c462b
Octal217412702612203443410653
Binary10001111100001101110001011010100100111001000111001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F21B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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