#8030BE

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

Shades of Dark Orchid #8030BE

Tints of Dark Orchid #8030BE

Color information

#8030BE (or 0x8030BE) is unknown color: approx Dark Orchid. HEX triplet: 80, 30 and BE. RGB value is (128,48,190). Sum of RGB (Red+Green+Blue) = 128+48+190=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #8030BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8030BE is #7FCF41. Grayscale: #575757. Windows color (decimal): -8376130 or 12464256. OLE color: 12464256.

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

Color convert

RGB12848190-
CMYK0.330.7500.25
HSL273.8º59.66%46.67%-
HSV(B)273.8º74.74%74.51%-
XYZ19.2510.4249.71-
YUV88.11185.5156.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.97%
GREEN value IS 48 (19.14% from 255) = 13.11%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=34.97%
G=13.11%
B=51.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128481900.330.7500.25273.859.6646.67
Hex8030BE214B0191123c2f
Octal20060276411130314227457
Binary10000000110000101111101000011001011011001100010010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8030BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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