#8832CF

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

Shades of Dark Orchid #8832CF

Tints of Dark Orchid #8832CF

Color information

#8832CF (or 0x8832CF) is unknown color: approx Dark Orchid. HEX triplet: 88, 32 and CF. RGB value is (136,50,207). Sum of RGB (Red+Green+Blue) = 136+50+207=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #8832CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8832CF is #77CD30. Grayscale: #5D5D5D. Windows color (decimal): -7851313 or 13578888. OLE color: 13578888.

HSL color Cylindrical-coordinate representation of color #8832CF: hue angle of 272.87º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8832CF is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13650207-
CMYK0.340.7600.19
HSL272.87º62.06%50.39%-
HSV(B)272.87º75.85%81.18%-
XYZ22.5612.0260.16-
YUV93.61191.99158.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.61%
GREEN value IS 50 (19.92% from 255) = 12.72%
BLUE value IS 207 (81.25% from 255) = 52.67%
R=34.61%
G=12.72%
B=52.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal136502070.340.7600.19272.8762.0650.39
Hex8832CF224C0131113e32
Octal21062317421140234217662
Binary10001000110010110011111000101001100010011100010001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8832CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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