#8030BB

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

Shades of Dark Orchid #8030BB

Tints of Dark Orchid #8030BB

Color information

#8030BB (or 0x8030BB) is unknown color: approx Dark Orchid. HEX triplet: 80, 30 and BB. RGB value is (128,48,187). Sum of RGB (Red+Green+Blue) = 128+48+187=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #8030BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8030BB is #7FCF44. Grayscale: #575757. Windows color (decimal): -8376133 or 12267648. OLE color: 12267648.

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

Color convert

RGB12848187-
CMYK0.320.7400.27
HSL274.53º59.15%46.08%-
HSV(B)274.53º74.33%73.33%-
XYZ18.9310.2948-
YUV87.77184156.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 48 (19.14% from 255) = 13.22%
BLUE value IS 187 (73.44% from 255) = 51.52%
R=35.26%
G=13.22%
B=51.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128481870.320.7400.27274.5359.1546.08
Hex8030BB204A01B1133b2e
Octal20060273401120334237356
Binary10000000110000101110111000001001010011011100010011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8030BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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