#8721B2

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

Shades of Dark Orchid #8721B2

Tints of Dark Orchid #8721B2

Color information

#8721B2 (or 0x8721B2) is unknown color: approx Dark Orchid. HEX triplet: 87, 21 and B2. RGB value is (135,33,178). Sum of RGB (Red+Green+Blue) = 135+33+178=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 178 (69.92% from 255 or 51.45% from 346); Max value from RGB is 178 - color contains mainly: blue. Hex color #8721B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8721B2 is #78DE4D. Grayscale: #4F4F4F. Windows color (decimal): -7921230 or 11673991. OLE color: 11673991.

HSL color Cylindrical-coordinate representation of color #8721B2: hue angle of 282.21º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8721B2 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13533178-
CMYK0.240.8100.30
HSL282.21º68.72%41.37%-
HSV(B)282.21º81.46%69.8%-
XYZ18.579.4542.97-
YUV80.03183.29167.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.02%
GREEN value IS 33 (13.28% from 255) = 9.54%
BLUE value IS 178 (69.92% from 255) = 51.45%
R=39.02%
G=9.54%
B=51.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal135331780.240.8100.30282.2168.7241.37
Hex8721B2185101E11a4529
Octal207412623012103643210551
Binary10000111100001101100101100010100010111101000110101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8721B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8721B2; }

 p { color: rgb(135,33,178); }

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

<style>
 a { background-color: #8721B2; }

 a { background-color: rgb(135,33,178); }

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

<style>
 span { border-color: #8721B2; }

 span { border-color: rgb(135,33,178); }

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