#8222BD

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

Shades of Dark Orchid #8222BD

Tints of Dark Orchid #8222BD

Color information

#8222BD (or 0x8222BD) is unknown color: approx Dark Orchid. HEX triplet: 82, 22 and BD. RGB value is (130,34,189). Sum of RGB (Red+Green+Blue) = 130+34+189=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #8222BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8222BD is #7DDD42. Grayscale: #4F4F4F. Windows color (decimal): -8248643 or 12395138. OLE color: 12395138.

HSL color Cylindrical-coordinate representation of color #8222BD: hue angle of 277.16º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8222BD is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13034189-
CMYK0.310.8200.26
HSL277.16º69.51%43.73%-
HSV(B)277.16º82.01%74.12%-
XYZ18.969.5648.99-
YUV80.37189.3163.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 34 (13.67% from 255) = 9.63%
BLUE value IS 189 (74.22% from 255) = 53.54%
R=36.83%
G=9.63%
B=53.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130341890.310.8200.26277.1669.5143.73
Hex8222BD1F5201A115462c
Octal202422753712203242510654
Binary10000010100010101111011111110100100110101000101011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8222BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,34,189); }

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

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

 a { background-color: rgb(130,34,189); }

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

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

 span { border-color: rgb(130,34,189); }

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