#8118B6

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

Shades of Dark Orchid #8118B6

Tints of Dark Orchid #8118B6

Color information

#8118B6 (or 0x8118B6) is unknown color: approx Dark Orchid. HEX triplet: 81, 18 and B6. RGB value is (129,24,182). Sum of RGB (Red+Green+Blue) = 129+24+182=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 182 (71.48% from 255 or 54.33% from 335); Max value from RGB is 182 - color contains mainly: blue. Hex color #8118B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8118B6 is #7EE749. Grayscale: #484848. Windows color (decimal): -8316746 or 11933825. OLE color: 11933825.

HSL color Cylindrical-coordinate representation of color #8118B6: hue angle of 279.87º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8118B6 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12924182-
CMYK0.290.8700.29
HSL279.87º76.7%40.39%-
HSV(B)279.87º86.81%71.37%-
XYZ17.828.745-
YUV73.41189.29167.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.51%
GREEN value IS 24 (9.77% from 255) = 7.16%
BLUE value IS 182 (71.48% from 255) = 54.33%
R=38.51%
G=7.16%
B=54.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129241820.290.8700.29279.8776.740.39
Hex8118B61D5701D1184d28
Octal201302663512703543011550
Binary1000000111000101101101110110101110111011000110001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8118B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8118B6; }

 p { color: rgb(129,24,182); }

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

<style>
 a { background-color: #8118B6; }

 a { background-color: rgb(129,24,182); }

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

<style>
 span { border-color: #8118B6; }

 span { border-color: rgb(129,24,182); }

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