#8829CA

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

Shades of Dark Orchid #8829CA

Tints of Dark Orchid #8829CA

Color information

#8829CA (or 0x8829CA) is unknown color: approx Dark Orchid. HEX triplet: 88, 29 and CA. RGB value is (136,41,202). Sum of RGB (Red+Green+Blue) = 136+41+202=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #8829CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8829CA is #77D635. Grayscale: #575757. Windows color (decimal): -7853622 or 13248904. OLE color: 13248904.

HSL color Cylindrical-coordinate representation of color #8829CA: hue angle of 275.4º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8829CA is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13641202-
CMYK0.330.8000.21
HSL275.4º66.26%47.65%-
HSV(B)275.4º79.7%79.22%-
XYZ21.6111.0856.88-
YUV87.76192.47162.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.88%
GREEN value IS 41 (16.41% from 255) = 10.82%
BLUE value IS 202 (79.30% from 255) = 53.30%
R=35.88%
G=10.82%
B=53.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal136412020.330.8000.21275.466.2647.65
Hex8829CA21500151134230
Octal210513124112002542310260
Binary100010001010011100101010000110100000101011000100111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8829CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8829CA; }

 p { color: rgb(136,41,202); }

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

<style>
 a { background-color: #8829CA; }

 a { background-color: rgb(136,41,202); }

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

<style>
 span { border-color: #8829CA; }

 span { border-color: rgb(136,41,202); }

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