#8219BC

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

Shades of Dark Orchid #8219BC

Tints of Dark Orchid #8219BC

Color information

#8219BC (or 0x8219BC) is unknown color: approx Dark Orchid. HEX triplet: 82, 19 and BC. RGB value is (130,25,188). Sum of RGB (Red+Green+Blue) = 130+25+188=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #8219BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8219BC is #7DE643. Grayscale: #4A4A4A. Windows color (decimal): -8250948 or 12327298. OLE color: 12327298.

HSL color Cylindrical-coordinate representation of color #8219BC: hue angle of 278.65º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8219BC is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13025188-
CMYK0.310.8700.26
HSL278.65º76.53%41.76%-
HSV(B)278.65º86.7%73.73%-
XYZ18.639.0748.35-
YUV74.98191.79167.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.90%
GREEN value IS 25 (10.16% from 255) = 7.29%
BLUE value IS 188 (73.83% from 255) = 54.81%
R=37.90%
G=7.29%
B=54.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130251880.310.8700.26278.6576.5341.76
Hex8219BC1F5701A1174d2a
Octal202312743712703242711552
Binary1000001011001101111001111110101110110101000101111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8219BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8219BC; }

 p { color: rgb(130,25,188); }

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

<style>
 a { background-color: #8219BC; }

 a { background-color: rgb(130,25,188); }

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

<style>
 span { border-color: #8219BC; }

 span { border-color: rgb(130,25,188); }

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