Html Css Color HEX #8821BD Dark Orchid

📋 copy color: '#8821BD'

red 136 ◦ green 33 ◦ blue 189

#8821BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #8821BD

Tints of Dark Orchid #8821BD

RGB

 RED value IS 136 (53.52% from 255) = 37.99%

 GREEN value IS 33 (13.28% from 255) = 9.22%

 BLUE value IS 189 (74.22% from 255) = 52.79%

R = 37.99%
G = 9.22%
B = 52.79%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8821BD (or 0x8821BD) is known color: Dark Orchid. HEX triplet: 88, 21 and BD. RGB value is (136,33,189). Sum of RGB (Red+Green+Blue) = 136+33+189=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #8821BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8821BD is #77DE42. Grayscale: #515151. Windows color (decimal): -7855683 or 12394888. OLE color: 12394888.

HSL color Cylindrical-coordinate representation of color #8821BD: hue angle of 279.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8821BD is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 33 189 -
CMYK 0.28 0.83 0 0.26
HSL 279.62º 0.7% 0.44% -
HSV(B) 279.62º 0.83% 0.74% -
XYZ 19.88 10 49.03 -
YUV 81.58 188.62 166.82 -
System Red Green Blue C M Y K H S L
Decimal 136 33 189 0.28 0.83 0 0.26 279.62 0.7 0.44
Hex 88 21 BD 1C 53 0 1A 118 46 2C
Octal 210 41 275 34 123 0 32 430 106 54
Binary 10001000 100001 10111101 11100 1010011 0 11010 100011000 1000110 101100

Color Harmonies of #8821BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8821BD

Black with #8821BD

Text Example


Text Example

White with #8821BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8821BD; }

 p { color: rgb(136,33,189); }

 H1.HeaderClassName
 {
   color: #8821BD;
 }
 .AnyTagClassName
 {
   color: #8821BD;
 }
</style>

background-color css

<style>
 a { background-color: #8821BD; }

 a { background-color: rgb(136,33,189); }

 div.DivClassName
 {
   background-color: #8821BD;
 }
 .BgClassName
 {
   background-color: #8821BD;
 }
</style>

border-color css

<style>
 span { border-color: #8821BD; }

 span { border-color: rgb(136,33,189); }

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