#8B29C3

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

Shades of Dark Orchid #8B29C3

Tints of Dark Orchid #8B29C3

Color information

#8B29C3 (or 0x8B29C3) is unknown color: approx Dark Orchid. HEX triplet: 8B, 29 and C3. RGB value is (139,41,195). Sum of RGB (Red+Green+Blue) = 139+41+195=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 195 (76.56% from 255 or 52% from 375); Max value from RGB is 195 - color contains mainly: blue. Hex color #8B29C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B29C3 is #74D63C. Grayscale: #575757. Windows color (decimal): -7657021 or 12790155. OLE color: 12790155.

HSL color Cylindrical-coordinate representation of color #8B29C3: hue angle of 278.18º 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 #8B29C3 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13941195-
CMYK0.290.7900.24
HSL278.18º65.25%46.27%-
HSV(B)278.18º78.97%76.47%-
XYZ21.2911.0152.63-
YUV87.86188.47164.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.07%
GREEN value IS 41 (16.41% from 255) = 10.93%
BLUE value IS 195 (76.56% from 255) = 52%
R=37.07%
G=10.93%
B=52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal139411950.290.7900.24278.1865.2546.27
Hex8B29C31D4F018116412e
Octal213513033511703042610156
Binary10001011101001110000111110110011110110001000101101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B29C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,41,195); }

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

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

 a { background-color: rgb(139,41,195); }

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

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

 span { border-color: rgb(139,41,195); }

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