#8731C1

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

Shades of Dark Orchid #8731C1

Tints of Dark Orchid #8731C1

Color information

#8731C1 (or 0x8731C1) is unknown color: approx Dark Orchid. HEX triplet: 87, 31 and C1. RGB value is (135,49,193). Sum of RGB (Red+Green+Blue) = 135+49+193=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 193 (75.78% from 255 or 51.19% from 377); Max value from RGB is 193 - color contains mainly: blue. Hex color #8731C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8731C1 is #78CE3E. Grayscale: #5A5A5A. Windows color (decimal): -7917119 or 12661127. OLE color: 12661127.

HSL color Cylindrical-coordinate representation of color #8731C1: hue angle of 275.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8731C1 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13549193-
CMYK0.300.7500.24
HSL275.83º59.5%47.45%-
HSV(B)275.83º74.61%75.69%-
XYZ20.7211.251.52-
YUV91.13185.49159.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.81%
GREEN value IS 49 (19.53% from 255) = 13.00%
BLUE value IS 193 (75.78% from 255) = 51.19%
R=35.81%
G=13.00%
B=51.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal135491930.300.7500.24275.8359.547.45
Hex8731C11E4B0181143c2f
Octal20761301361130304247457
Binary1000011111000111000001111101001011011000100010100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8731C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8731C1; }

 p { color: rgb(135,49,193); }

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

<style>
 a { background-color: #8731C1; }

 a { background-color: rgb(135,49,193); }

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

<style>
 span { border-color: #8731C1; }

 span { border-color: rgb(135,49,193); }

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