#8820BF

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

Shades of Dark Orchid #8820BF

Tints of Dark Orchid #8820BF

Color information

#8820BF (or 0x8820BF) is unknown color: approx Dark Orchid. HEX triplet: 88, 20 and BF. RGB value is (136,32,191). Sum of RGB (Red+Green+Blue) = 136+32+191=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #8820BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8820BF is #77DF40. Grayscale: #505050. Windows color (decimal): -7855937 or 12525704. OLE color: 12525704.

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

Color convert

RGB13632191-
CMYK0.290.8300.25
HSL279.25º71.3%43.73%-
HSV(B)279.25º83.25%74.9%-
XYZ20.0710.0350.17-
YUV81.22189.96167.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.88%
GREEN value IS 32 (12.89% from 255) = 8.91%
BLUE value IS 191 (75% from 255) = 53.20%
R=37.88%
G=8.91%
B=53.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136321910.290.8300.25279.2571.343.73
Hex8820BF1D53019117472c
Octal210402773512303142710754
Binary10001000100000101111111110110100110110011000101111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8820BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8820BF; }

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

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

<style>
 a { background-color: #8820BF; }

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

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

<style>
 span { border-color: #8820BF; }

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

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