#8231C9

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

Shades of Dark Orchid #8231C9

Tints of Dark Orchid #8231C9

Color information

#8231C9 (or 0x8231C9) is unknown color: approx Dark Orchid. HEX triplet: 82, 31 and C9. RGB value is (130,49,201). Sum of RGB (Red+Green+Blue) = 130+49+201=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #8231C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8231C9 is #7DCE36. Grayscale: #5A5A5A. Windows color (decimal): -8244791 or 13185410. OLE color: 13185410.

HSL color Cylindrical-coordinate representation of color #8231C9: hue angle of 271.97º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8231C9 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13049201-
CMYK0.350.7600.21
HSL271.97º60.8%49.02%-
HSV(B)271.97º75.62%78.82%-
XYZ20.8511.1656.31-
YUV90.55190.34156.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.21%
GREEN value IS 49 (19.53% from 255) = 12.89%
BLUE value IS 201 (78.91% from 255) = 52.89%
R=34.21%
G=12.89%
B=52.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130492010.350.7600.21271.9760.849.02
Hex8231C9234C0151103d31
Octal20261311431140254207561
Binary10000010110001110010011000111001100010101100010000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8231C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8231C9; }

 p { color: rgb(130,49,201); }

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

<style>
 a { background-color: #8231C9; }

 a { background-color: rgb(130,49,201); }

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

<style>
 span { border-color: #8231C9; }

 span { border-color: rgb(130,49,201); }

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