#8721C6

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

Shades of Dark Orchid #8721C6

Tints of Dark Orchid #8721C6

Color information

#8721C6 (or 0x8721C6) is unknown color: approx Dark Orchid. HEX triplet: 87, 21 and C6. RGB value is (135,33,198). Sum of RGB (Red+Green+Blue) = 135+33+198=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 198 (77.73% from 255 or 54.10% from 366); Max value from RGB is 198 - color contains mainly: blue. Hex color #8721C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8721C6 is #78DE39. Grayscale: #515151. Windows color (decimal): -7921210 or 12984711. OLE color: 12984711.

HSL color Cylindrical-coordinate representation of color #8721C6: hue angle of 277.09º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8721C6 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13533198-
CMYK0.320.8300.22
HSL277.09º71.43%45.29%-
HSV(B)277.09º83.33%77.65%-
XYZ20.7310.3254.32-
YUV82.31193.29165.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.89%
GREEN value IS 33 (13.28% from 255) = 9.02%
BLUE value IS 198 (77.73% from 255) = 54.10%
R=36.89%
G=9.02%
B=54.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal135331980.320.8300.22277.0971.4345.29
Hex8721C62053016115472d
Octal207413064012302642510755
Binary100001111000011100011010000010100110101101000101011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8721C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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