#8027BC

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

Shades of Dark Orchid #8027BC

Tints of Dark Orchid #8027BC

Color information

#8027BC (or 0x8027BC) is unknown color: approx Dark Orchid. HEX triplet: 80, 27 and BC. RGB value is (128,39,188). Sum of RGB (Red+Green+Blue) = 128+39+188=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #8027BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8027BC is #7FD843. Grayscale: #525252. Windows color (decimal): -8378436 or 12330880. OLE color: 12330880.

HSL color Cylindrical-coordinate representation of color #8027BC: hue angle of 275.84º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8027BC is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12839188-
CMYK0.320.7900.26
HSL275.84º65.64%44.51%-
HSV(B)275.84º79.26%73.73%-
XYZ18.79.6748.46-
YUV82.6187.49160.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.06%
GREEN value IS 39 (15.62% from 255) = 10.99%
BLUE value IS 188 (73.83% from 255) = 52.96%
R=36.06%
G=10.99%
B=52.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128391880.320.7900.26275.8465.6444.51
Hex8027BC204F01A114422d
Octal200472744011703242410255
Binary100000001001111011110010000010011110110101000101001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8027BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8027BC; }

 p { color: rgb(128,39,188); }

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

<style>
 a { background-color: #8027BC; }

 a { background-color: rgb(128,39,188); }

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

<style>
 span { border-color: #8027BC; }

 span { border-color: rgb(128,39,188); }

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