#8032BB

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

Shades of Dark Orchid #8032BB

Tints of Dark Orchid #8032BB

Color information

#8032BB (or 0x8032BB) is unknown color: approx Dark Orchid. HEX triplet: 80, 32 and BB. RGB value is (128,50,187). Sum of RGB (Red+Green+Blue) = 128+50+187=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #8032BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8032BB is #7FCD44. Grayscale: #585858. Windows color (decimal): -8375621 or 12268160. OLE color: 12268160.

HSL color Cylindrical-coordinate representation of color #8032BB: hue angle of 274.16º 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 #8032BB is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12850187-
CMYK0.320.7300.27
HSL274.16º57.81%46.47%-
HSV(B)274.16º73.26%73.33%-
XYZ19.0110.4648.03-
YUV88.94183.34155.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 50 (19.92% from 255) = 13.70%
BLUE value IS 187 (73.44% from 255) = 51.23%
R=35.07%
G=13.70%
B=51.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128501870.320.7300.27274.1657.8146.47
Hex8032BB204901B1123a2e
Octal20062273401110334227256
Binary10000000110010101110111000001001001011011100010010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8032BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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