#8828BE

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

Shades of Dark Orchid #8828BE

Tints of Dark Orchid #8828BE

Color information

#8828BE (or 0x8828BE) is unknown color: approx Dark Orchid. HEX triplet: 88, 28 and BE. RGB value is (136,40,190). Sum of RGB (Red+Green+Blue) = 136+40+190=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #8828BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8828BE is #77D741. Grayscale: #555555. Windows color (decimal): -7853890 or 12462216. OLE color: 12462216.

HSL color Cylindrical-coordinate representation of color #8828BE: hue angle of 278.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8828BE is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13640190-
CMYK0.280.7900.25
HSL278.4º65.22%45.1%-
HSV(B)278.4º78.95%74.51%-
XYZ20.2110.4749.67-
YUV85.8186.8163.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.16%
GREEN value IS 40 (16.02% from 255) = 10.93%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=37.16%
G=10.93%
B=51.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136401900.280.7900.25278.465.2245.1
Hex8828BE1C4F019116412d
Octal210502763411703142610155
Binary10001000101000101111101110010011110110011000101101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8828BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8828BE; }

 p { color: rgb(136,40,190); }

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

<style>
 a { background-color: #8828BE; }

 a { background-color: rgb(136,40,190); }

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

<style>
 span { border-color: #8828BE; }

 span { border-color: rgb(136,40,190); }

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