#8832BB

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

Shades of Dark Orchid #8832BB

Tints of Dark Orchid #8832BB

Color information

#8832BB (or 0x8832BB) is unknown color: approx Dark Orchid. HEX triplet: 88, 32 and BB. RGB value is (136,50,187). Sum of RGB (Red+Green+Blue) = 136+50+187=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #8832BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8832BB is #77CD44. Grayscale: #5A5A5A. Windows color (decimal): -7851333 or 12268168. OLE color: 12268168.

HSL color Cylindrical-coordinate representation of color #8832BB: hue angle of 277.66º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8832BB is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13650187-
CMYK0.270.7300.27
HSL277.66º57.81%46.47%-
HSV(B)277.66º73.26%73.33%-
XYZ20.2611.148.09-
YUV91.33181.99159.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.46%
GREEN value IS 50 (19.92% from 255) = 13.40%
BLUE value IS 187 (73.44% from 255) = 50.13%
R=36.46%
G=13.40%
B=50.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal136501870.270.7300.27277.6657.8146.47
Hex8832BB1B4901B1163a2e
Octal21062273331110334267256
Binary1000100011001010111011110111001001011011100010110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8832BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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