Html Css Color HEX #8824AF Dark Orchid

📋 copy color: '#8824AF'

red 136 ◦ green 36 ◦ blue 175

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

Shades of Dark Orchid #8824AF

Tints of Dark Orchid #8824AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 50.43%

R = 39.19%
G = 10.37%
B = 50.43%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8824AF (or 0x8824AF) is known color: Dark Orchid. HEX triplet: 88, 24 and AF. RGB value is (136,36,175). Sum of RGB (Red+Green+Blue) = 136+36+175=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #8824AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8824AF is #77DB50. Grayscale: #515151. Windows color (decimal): -7854929 or 11478152. OLE color: 11478152.

HSL color Cylindrical-coordinate representation of color #8824AF: hue angle of 283.17º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8824AF is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 36 175 -
CMYK 0.22 0.79 0 0.31
HSL 283.17º 0.66% 0.41% -
HSV(B) 283.17º 0.79% 0.69% -
XYZ 18.52 9.59 41.43 -
YUV 81.75 180.63 166.7 -
System Red Green Blue C M Y K H S L
Decimal 136 36 175 0.22 0.79 0 0.31 283.17 0.66 0.41
Hex 88 24 AF 16 4F 0 1F 11B 42 29
Octal 210 44 257 26 117 0 37 433 102 51
Binary 10001000 100100 10101111 10110 1001111 0 11111 100011011 1000010 101001

Color Harmonies of #8824AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8824AF

Black with #8824AF

Text Example


Text Example

White with #8824AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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