#8030BF

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

Shades of Dark Orchid #8030BF

Tints of Dark Orchid #8030BF

Color information

#8030BF (or 0x8030BF) is unknown color: approx Dark Orchid. HEX triplet: 80, 30 and BF. RGB value is (128,48,191). Sum of RGB (Red+Green+Blue) = 128+48+191=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #8030BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8030BF is #7FCF40. Grayscale: #575757. Windows color (decimal): -8376129 or 12529792. OLE color: 12529792.

HSL color Cylindrical-coordinate representation of color #8030BF: hue angle of 273.57º 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 #8030BF is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12848191-
CMYK0.330.7500.25
HSL273.57º59.83%46.86%-
HSV(B)273.57º74.87%74.9%-
XYZ19.3610.4650.29-
YUV88.22186156.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 48 (19.14% from 255) = 13.08%
BLUE value IS 191 (75% from 255) = 52.04%
R=34.88%
G=13.08%
B=52.04%

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
Decimal128481910.330.7500.25273.5759.8346.86
Hex8030BF214B0191123c2f
Octal20060277411130314227457
Binary10000000110000101111111000011001011011001100010010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8030BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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