#8824BD

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

Shades of Dark Orchid #8824BD

Tints of Dark Orchid #8824BD

Color information

#8824BD (or 0x8824BD) is unknown color: approx Dark Orchid. HEX triplet: 88, 24 and BD. RGB value is (136,36,189). Sum of RGB (Red+Green+Blue) = 136+36+189=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #8824BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8824BD is #77DB42. Grayscale: #525252. Windows color (decimal): -7854915 or 12395656. OLE color: 12395656.

HSL color Cylindrical-coordinate representation of color #8824BD: hue angle of 279.22º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8824BD is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13636189-
CMYK0.280.8100.26
HSL279.22º68%44.12%-
HSV(B)279.22º80.95%74.12%-
XYZ19.9710.1749.05-
YUV83.34187.63165.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.67%
GREEN value IS 36 (14.45% from 255) = 9.97%
BLUE value IS 189 (74.22% from 255) = 52.35%
R=37.67%
G=9.97%
B=52.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal136361890.280.8100.26279.226844.12
Hex8824BD1C5101A117442c
Octal210442753412103242710454
Binary10001000100100101111011110010100010110101000101111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8824BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8824BD; }

 p { color: rgb(136,36,189); }

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

<style>
 a { background-color: #8824BD; }

 a { background-color: rgb(136,36,189); }

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

<style>
 span { border-color: #8824BD; }

 span { border-color: rgb(136,36,189); }

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