#8732B2

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

Shades of Dark Orchid #8732B2

Tints of Dark Orchid #8732B2

Color information

#8732B2 (or 0x8732B2) is unknown color: approx Dark Orchid. HEX triplet: 87, 32 and B2. RGB value is (135,50,178). Sum of RGB (Red+Green+Blue) = 135+50+178=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 178 - color contains mainly: blue. Hex color #8732B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8732B2 is #78CD4D. Grayscale: #595959. Windows color (decimal): -7916878 or 11678343. OLE color: 11678343.

HSL color Cylindrical-coordinate representation of color #8732B2: hue angle of 279.84º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8732B2 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13550178-
CMYK0.240.7200.30
HSL279.84º56.14%44.71%-
HSV(B)279.84º71.91%69.8%-
XYZ19.1710.6543.16-
YUV90.01177.66160.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 50 (19.92% from 255) = 13.77%
BLUE value IS 178 (69.92% from 255) = 49.04%
R=37.19%
G=13.77%
B=49.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal135501780.240.7200.30279.8456.1444.71
Hex8732B2184801E118382d
Octal20762262301100364307055
Binary1000011111001010110010110001001000011110100011000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8732B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8732B2; }

 p { color: rgb(135,50,178); }

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

<style>
 a { background-color: #8732B2; }

 a { background-color: rgb(135,50,178); }

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

<style>
 span { border-color: #8732B2; }

 span { border-color: rgb(135,50,178); }

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