Html Css Color HEX #8824C8 Dark Orchid

📋 copy color: '#8824C8'

red 136 ◦ green 36 ◦ blue 200

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

Shades of Dark Orchid #8824C8

Tints of Dark Orchid #8824C8

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.68%

 BLUE value IS 200 (78.52% from 255) = 53.76%

R = 36.56%
G = 9.68%
B = 53.76%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8824C8 (or 0x8824C8) is known color: Dark Orchid. HEX triplet: 88, 24 and C8. RGB value is (136,36,200). Sum of RGB (Red+Green+Blue) = 136+36+200=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 200 (78.52% from 255 or 53.76% from 372); Max value from RGB is 200 - color contains mainly: blue. Hex color #8824C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8824C8 is #77DB37. Grayscale: #545454. Windows color (decimal): -7854904 or 13116552. OLE color: 13116552.

HSL color Cylindrical-coordinate representation of color #8824C8: hue angle of 276.59º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8824C8 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 136 36 200 -
CMYK 0.32 0.82 0 0.22
HSL 276.59º 0.69% 0.46% -
HSV(B) 276.59º 0.82% 0.78% -
XYZ 21.21 10.67 55.58 -
YUV 84.6 193.13 164.66 -
System Red Green Blue C M Y K H S L
Decimal 136 36 200 0.32 0.82 0 0.22 276.59 0.69 0.46
Hex 88 24 C8 20 52 0 16 115 45 2E
Octal 210 44 310 40 122 0 26 425 105 56
Binary 10001000 100100 11001000 100000 1010010 0 10110 100010101 1000101 101110

Color Harmonies of #8824C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8824C8

Black with #8824C8

Text Example


Text Example

White with #8824C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8824C8; }

 p { color: rgb(136,36,200); }

 H1.HeaderClassName
 {
   color: #8824C8;
 }
 .AnyTagClassName
 {
   color: #8824C8;
 }
</style>

background-color css

<style>
 a { background-color: #8824C8; }

 a { background-color: rgb(136,36,200); }

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

border-color css

<style>
 span { border-color: #8824C8; }

 span { border-color: rgb(136,36,200); }

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