#802EBE

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

Shades of Dark Orchid #802EBE

Tints of Dark Orchid #802EBE

Color information

#802EBE (or 0x802EBE) is unknown color: approx Dark Orchid. HEX triplet: 80, 2E and BE. RGB value is (128,46,190). Sum of RGB (Red+Green+Blue) = 128+46+190=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 46 (18.36% from 255 or 12.64% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #802EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802EBE is #7FD141. Grayscale: #565656. Windows color (decimal): -8376642 or 12463744. OLE color: 12463744.

HSL color Cylindrical-coordinate representation of color #802EBE: hue angle of 274.17º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #802EBE is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12846190-
CMYK0.330.7600.25
HSL274.17º61.02%46.27%-
HSV(B)274.17º75.79%74.51%-
XYZ19.1710.2649.69-
YUV86.93186.17157.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.16%
GREEN value IS 46 (18.36% from 255) = 12.64%
BLUE value IS 190 (74.61% from 255) = 52.20%
R=35.16%
G=12.64%
B=52.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128461900.330.7600.25274.1761.0246.27
Hex802EBE214C0191123d2e
Octal20056276411140314227556
Binary10000000101110101111101000011001100011001100010010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802EBE; }

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

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

<style>
 a { background-color: #802EBE; }

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

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

<style>
 span { border-color: #802EBE; }

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

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