#8831C9

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

Shades of Dark Orchid #8831C9

Tints of Dark Orchid #8831C9

Color information

#8831C9 (or 0x8831C9) is unknown color: approx Dark Orchid. HEX triplet: 88, 31 and C9. RGB value is (136,49,201). Sum of RGB (Red+Green+Blue) = 136+49+201=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 201 (78.91% from 255 or 52.07% from 386); Max value from RGB is 201 - color contains mainly: blue. Hex color #8831C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8831C9 is #77CE36. Grayscale: #5B5B5B. Windows color (decimal): -7851575 or 13185416. OLE color: 13185416.

HSL color Cylindrical-coordinate representation of color #8831C9: hue angle of 274.34º 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 #8831C9 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13649201-
CMYK0.320.7600.21
HSL274.34º60.8%49.02%-
HSV(B)274.34º75.62%78.82%-
XYZ21.7911.6556.36-
YUV92.34189.32159.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.23%
GREEN value IS 49 (19.53% from 255) = 12.69%
BLUE value IS 201 (78.91% from 255) = 52.07%
R=35.23%
G=12.69%
B=52.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal136492010.320.7600.21274.3460.849.02
Hex8831C9204C0151123d31
Octal21061311401140254227561
Binary10001000110001110010011000001001100010101100010010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8831C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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