#8027BB

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

Shades of Dark Orchid #8027BB

Tints of Dark Orchid #8027BB

Color information

#8027BB (or 0x8027BB) is unknown color: approx Dark Orchid. HEX triplet: 80, 27 and BB. RGB value is (128,39,187). Sum of RGB (Red+Green+Blue) = 128+39+187=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #8027BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8027BB is #7FD844. Grayscale: #515151. Windows color (decimal): -8378437 or 12265344. OLE color: 12265344.

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

Color convert

RGB12839187-
CMYK0.320.7900.27
HSL276.08º65.49%44.31%-
HSV(B)276.08º79.14%73.33%-
XYZ18.69.6347.89-
YUV82.48186.99160.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 39 (15.62% from 255) = 11.02%
BLUE value IS 187 (73.44% from 255) = 52.82%
R=36.16%
G=11.02%
B=52.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128391870.320.7900.27276.0865.4944.31
Hex8027BB204F01B114412c
Octal200472734011703342410154
Binary100000001001111011101110000010011110110111000101001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8027BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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