#8826C0

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

Shades of Dark Orchid #8826C0

Tints of Dark Orchid #8826C0

Color information

#8826C0 (or 0x8826C0) is unknown color: approx Dark Orchid. HEX triplet: 88, 26 and C0. RGB value is (136,38,192). Sum of RGB (Red+Green+Blue) = 136+38+192=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #8826C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8826C0 is #77D93F. Grayscale: #545454. Windows color (decimal): -7854400 or 12592776. OLE color: 12592776.

HSL color Cylindrical-coordinate representation of color #8826C0: hue angle of 278.18º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8826C0 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13638192-
CMYK0.290.8000.25
HSL278.18º66.96%45.1%-
HSV(B)278.18º80.21%75.29%-
XYZ20.3610.4350.81-
YUV84.86188.47164.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.16%
GREEN value IS 38 (15.23% from 255) = 10.38%
BLUE value IS 192 (75.39% from 255) = 52.46%
R=37.16%
G=10.38%
B=52.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136381920.290.8000.25278.1866.9645.1
Hex8826C01D50019116432d
Octal210463003512003142610355
Binary10001000100110110000001110110100000110011000101101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8826C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8826C0; }

 p { color: rgb(136,38,192); }

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

<style>
 a { background-color: #8826C0; }

 a { background-color: rgb(136,38,192); }

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

<style>
 span { border-color: #8826C0; }

 span { border-color: rgb(136,38,192); }

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