#8028BD

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

Shades of Dark Orchid #8028BD

Tints of Dark Orchid #8028BD

Color information

#8028BD (or 0x8028BD) is unknown color: approx Dark Orchid. HEX triplet: 80, 28 and BD. RGB value is (128,40,189). Sum of RGB (Red+Green+Blue) = 128+40+189=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #8028BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8028BD is #7FD742. Grayscale: #525252. Windows color (decimal): -8378179 or 12396672. OLE color: 12396672.

HSL color Cylindrical-coordinate representation of color #8028BD: hue angle of 275.44º degrees, saturation: 0.65, 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 #8028BD is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12840189-
CMYK0.320.7900.26
HSL275.44º65.07%44.9%-
HSV(B)275.44º78.84%74.12%-
XYZ18.859.7849.04-
YUV83.3187.65159.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 40 (16.02% from 255) = 11.20%
BLUE value IS 189 (74.22% from 255) = 52.94%
R=35.85%
G=11.20%
B=52.94%

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
Decimal128401890.320.7900.26275.4465.0744.9
Hex8028BD204F01A113412d
Octal200502754011703242310155
Binary100000001010001011110110000010011110110101000100111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8028BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8028BD; }

 p { color: rgb(128,40,189); }

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

<style>
 a { background-color: #8028BD; }

 a { background-color: rgb(128,40,189); }

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

<style>
 span { border-color: #8028BD; }

 span { border-color: rgb(128,40,189); }

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