#8029BE

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

Shades of Dark Orchid #8029BE

Tints of Dark Orchid #8029BE

Color information

#8029BE (or 0x8029BE) is unknown color: approx Dark Orchid. HEX triplet: 80, 29 and BE. RGB value is (128,41,190). Sum of RGB (Red+Green+Blue) = 128+41+190=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #8029BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8029BE is #7FD641. Grayscale: #535353. Windows color (decimal): -8377922 or 12462464. OLE color: 12462464.

HSL color Cylindrical-coordinate representation of color #8029BE: hue angle of 275.03º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8029BE is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12841190-
CMYK0.330.7800.25
HSL275.03º64.5%45.29%-
HSV(B)275.03º78.42%74.51%-
XYZ18.999.8949.62-
YUV84187.82159.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 41 (16.41% from 255) = 11.42%
BLUE value IS 190 (74.61% from 255) = 52.92%
R=35.65%
G=11.42%
B=52.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128411900.330.7800.25275.0364.545.29
Hex8029BE214E019113412d
Octal200512764111603142310155
Binary100000001010011011111010000110011100110011000100111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8029BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8029BE; }

 p { color: rgb(128,41,190); }

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

<style>
 a { background-color: #8029BE; }

 a { background-color: rgb(128,41,190); }

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

<style>
 span { border-color: #8029BE; }

 span { border-color: rgb(128,41,190); }

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