#8818BA

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

Shades of Dark Orchid #8818BA

Tints of Dark Orchid #8818BA

Color information

#8818BA (or 0x8818BA) is unknown color: approx Dark Orchid. HEX triplet: 88, 18 and BA. RGB value is (136,24,186). Sum of RGB (Red+Green+Blue) = 136+24+186=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #8818BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8818BA is #77E745. Grayscale: #4B4B4B. Windows color (decimal): -7857990 or 12195976. OLE color: 12195976.

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

Color convert

RGB13624186-
CMYK0.270.8700.27
HSL281.48º77.14%41.18%-
HSV(B)281.48º87.1%72.94%-
XYZ19.349.4347.26-
YUV75.96190.11170.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.31%
GREEN value IS 24 (9.77% from 255) = 6.94%
BLUE value IS 186 (73.05% from 255) = 53.76%
R=39.31%
G=6.94%
B=53.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal136241860.270.8700.27281.4877.1441.18
Hex8818BA1B5701B1194d29
Octal210302723312703343111551
Binary1000100011000101110101101110101110110111000110011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8818BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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