#8832C9

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

Shades of Dark Orchid #8832C9

Tints of Dark Orchid #8832C9

Color information

#8832C9 (or 0x8832C9) is unknown color: approx Dark Orchid. HEX triplet: 88, 32 and C9. RGB value is (136,50,201). Sum of RGB (Red+Green+Blue) = 136+50+201=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #8832C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8832C9 is #77CD36. Grayscale: #5C5C5C. Windows color (decimal): -7851319 or 13185672. OLE color: 13185672.

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

Color convert

RGB13650201-
CMYK0.320.7500.21
HSL274.17º60.16%49.22%-
HSV(B)274.17º75.12%78.82%-
XYZ21.8411.7356.37-
YUV92.93188.99158.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.14%
GREEN value IS 50 (19.92% from 255) = 12.92%
BLUE value IS 201 (78.91% from 255) = 51.94%
R=35.14%
G=12.92%
B=51.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal136502010.320.7500.21274.1760.1649.22
Hex8832C9204B0151123c31
Octal21062311401130254227461
Binary10001000110010110010011000001001011010101100010010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8832C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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