#8827BC

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

Shades of Dark Orchid #8827BC

Tints of Dark Orchid #8827BC

Color information

#8827BC (or 0x8827BC) is unknown color: approx Dark Orchid. HEX triplet: 88, 27 and BC. RGB value is (136,39,188). Sum of RGB (Red+Green+Blue) = 136+39+188=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #8827BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8827BC is #77D843. Grayscale: #545454. Windows color (decimal): -7854148 or 12330888. OLE color: 12330888.

HSL color Cylindrical-coordinate representation of color #8827BC: hue angle of 279.06º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8827BC is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13639188-
CMYK0.280.7900.26
HSL279.06º65.64%44.51%-
HSV(B)279.06º79.26%73.73%-
XYZ19.9610.3248.52-
YUV84.99186.14164.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 39 (15.62% from 255) = 10.74%
BLUE value IS 188 (73.83% from 255) = 51.79%
R=37.47%
G=10.74%
B=51.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal136391880.280.7900.26279.0665.6444.51
Hex8827BC1C4F01A117422d
Octal210472743411703242710255
Binary10001000100111101111001110010011110110101000101111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8827BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8827BC; }

 p { color: rgb(136,39,188); }

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

<style>
 a { background-color: #8827BC; }

 a { background-color: rgb(136,39,188); }

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

<style>
 span { border-color: #8827BC; }

 span { border-color: rgb(136,39,188); }

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