#8823BA

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

Shades of Dark Orchid #8823BA

Tints of Dark Orchid #8823BA

Color information

#8823BA (or 0x8823BA) is unknown color: approx Dark Orchid. HEX triplet: 88, 23 and BA. RGB value is (136,35,186). Sum of RGB (Red+Green+Blue) = 136+35+186=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #8823BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8823BA is #77DC45. Grayscale: #515151. Windows color (decimal): -7855174 or 12198792. OLE color: 12198792.

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

Color convert

RGB13635186-
CMYK0.270.8100.27
HSL280.13º68.33%43.33%-
HSV(B)280.13º81.18%72.94%-
XYZ19.629.9847.35-
YUV82.41186.46166.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 35 (14.06% from 255) = 9.80%
BLUE value IS 186 (73.05% from 255) = 52.10%
R=38.10%
G=9.80%
B=52.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal136351860.270.8100.27280.1368.3343.33
Hex8823BA1B5101B118442b
Octal210432723312103343010453
Binary10001000100011101110101101110100010110111000110001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8823BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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