Html Css Color HEX #8822BA Dark Orchid

📋 copy color: '#8822BA'

red 136 ◦ green 34 ◦ blue 186

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

Shades of Dark Orchid #8822BA

Tints of Dark Orchid #8822BA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.55%

 BLUE value IS 186 (73.05% from 255) = 52.25%

R = 38.2%
G = 9.55%
B = 52.25%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8822BA (or 0x8822BA) is known color: Dark Orchid. HEX triplet: 88, 22 and BA. RGB value is (136,34,186). Sum of RGB (Red+Green+Blue) = 136+34+186=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #8822BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8822BA is #77DD45. Grayscale: #515151. Windows color (decimal): -7855430 or 12198536. OLE color: 12198536.

HSL color Cylindrical-coordinate representation of color #8822BA: hue angle of 280.26º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8822BA is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 34 186 -
CMYK 0.27 0.82 0 0.27
HSL 280.26º 0.69% 0.43% -
HSV(B) 280.26º 0.82% 0.73% -
XYZ 19.59 9.92 47.34 -
YUV 81.83 186.79 166.64 -
System Red Green Blue C M Y K H S L
Decimal 136 34 186 0.27 0.82 0 0.27 280.26 0.69 0.43
Hex 88 22 BA 1B 52 0 1B 118 45 2B
Octal 210 42 272 33 122 0 33 430 105 53
Binary 10001000 100010 10111010 11011 1010010 0 11011 100011000 1000101 101011

Color Harmonies of #8822BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8822BA

Black with #8822BA

Text Example


Text Example

White with #8822BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8822BA; }

 p { color: rgb(136,34,186); }

 H1.HeaderClassName
 {
   color: #8822BA;
 }
 .AnyTagClassName
 {
   color: #8822BA;
 }
</style>

background-color css

<style>
 a { background-color: #8822BA; }

 a { background-color: rgb(136,34,186); }

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

border-color css

<style>
 span { border-color: #8822BA; }

 span { border-color: rgb(136,34,186); }

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