#8222B8

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

Shades of Dark Orchid #8222B8

Tints of Dark Orchid #8222B8

Color information

#8222B8 (or 0x8222B8) is unknown color: approx Dark Orchid. HEX triplet: 82, 22 and B8. RGB value is (130,34,184). Sum of RGB (Red+Green+Blue) = 130+34+184=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 184 (72.27% from 255 or 52.87% from 348); Max value from RGB is 184 - color contains mainly: blue. Hex color #8222B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8222B8 is #7DDD47. Grayscale: #4F4F4F. Windows color (decimal): -8248648 or 12067458. OLE color: 12067458.

HSL color Cylindrical-coordinate representation of color #8222B8: hue angle of 278.4º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8222B8 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13034184-
CMYK0.290.8200.28
HSL278.4º68.81%42.75%-
HSV(B)278.4º81.52%72.16%-
XYZ18.439.3546.18-
YUV79.8186.8163.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.36%
GREEN value IS 34 (13.67% from 255) = 9.77%
BLUE value IS 184 (72.27% from 255) = 52.87%
R=37.36%
G=9.77%
B=52.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal130341840.290.8200.28278.468.8142.75
Hex8222B81D5201C116452b
Octal202422703512203442610553
Binary10000010100010101110001110110100100111001000101101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8222B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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