#8030BD

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

Shades of Dark Orchid #8030BD

Tints of Dark Orchid #8030BD

Color information

#8030BD (or 0x8030BD) is unknown color: approx Dark Orchid. HEX triplet: 80, 30 and BD. RGB value is (128,48,189). Sum of RGB (Red+Green+Blue) = 128+48+189=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #8030BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8030BD is #7FCF42. Grayscale: #575757. Windows color (decimal): -8376131 or 12398720. OLE color: 12398720.

HSL color Cylindrical-coordinate representation of color #8030BD: hue angle of 274.04º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8030BD is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12848189-
CMYK0.320.7500.26
HSL274.04º59.49%46.47%-
HSV(B)274.04º74.6%74.12%-
XYZ19.1410.3849.14-
YUV87.99185156.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 48 (19.14% from 255) = 13.15%
BLUE value IS 189 (74.22% from 255) = 51.78%
R=35.07%
G=13.15%
B=51.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128481890.320.7500.26274.0459.4946.47
Hex8030BD204B01A1123b2e
Octal20060275401130324227356
Binary10000000110000101111011000001001011011010100010010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8030BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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