#8A29C1

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

Shades of Dark Orchid #8A29C1

Tints of Dark Orchid #8A29C1

Color information

#8A29C1 (or 0x8A29C1) is unknown color: approx Dark Orchid. HEX triplet: 8A, 29 and C1. RGB value is (138,41,193). Sum of RGB (Red+Green+Blue) = 138+41+193=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A29C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A29C1 is #75D63E. Grayscale: #565656. Windows color (decimal): -7722559 or 12659082. OLE color: 12659082.

HSL color Cylindrical-coordinate representation of color #8A29C1: hue angle of 278.29º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A29C1 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13841193-
CMYK0.280.7900.24
HSL278.29º64.96%45.88%-
HSV(B)278.29º78.76%75.69%-
XYZ20.910.8451.44-
YUV87.33187.64164.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.10%
GREEN value IS 41 (16.41% from 255) = 11.02%
BLUE value IS 193 (75.78% from 255) = 51.88%
R=37.10%
G=11.02%
B=51.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal138411930.280.7900.24278.2964.9645.88
Hex8A29C11C4F018116412e
Octal212513013411703042610156
Binary10001010101001110000011110010011110110001000101101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A29C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A29C1; }

 p { color: rgb(138,41,193); }

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

<style>
 a { background-color: #8A29C1; }

 a { background-color: rgb(138,41,193); }

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

<style>
 span { border-color: #8A29C1; }

 span { border-color: rgb(138,41,193); }

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