#8C29BE

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

Shades of Dark Orchid #8C29BE

Tints of Dark Orchid #8C29BE

Color information

#8C29BE (or 0x8C29BE) is unknown color: approx Dark Orchid. HEX triplet: 8C, 29 and BE. RGB value is (140,41,190). Sum of RGB (Red+Green+Blue) = 140+41+190=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C29BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C29BE is #73D641. Grayscale: #575757. Windows color (decimal): -7591490 or 12462476. OLE color: 12462476.

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

Color convert

RGB14041190-
CMYK0.260.7800.25
HSL279.87º64.5%45.29%-
HSV(B)279.87º78.42%74.51%-
XYZ20.910.8849.71-
YUV87.59185.8165.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.74%
GREEN value IS 41 (16.41% from 255) = 11.05%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=37.74%
G=11.05%
B=51.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140411900.260.7800.25279.8764.545.29
Hex8C29BE1A4E019118412d
Octal214512763211603143010155
Binary10001100101001101111101101010011100110011000110001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C29BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,41,190); }

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

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

 a { background-color: rgb(140,41,190); }

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

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

 span { border-color: rgb(140,41,190); }

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