#8222bf

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

Shades of Dark Orchid #8222BF

Tints of Dark Orchid #8222BF

Color information

#8222BF (or 0x8222BF) is unknown color: approx Dark Orchid. HEX triplet: 82, 22 and BF. RGB value is (130,34,191). Sum of RGB (Red+Green+Blue) = 130+34+191=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #8222BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8222BF is #7DDD40. Grayscale: #505050. Windows color (decimal): -8248641 or 12526210. OLE color: 12526210.

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

Color convert

RGB13034191-
CMYK0.320.8200.25
HSL276.69º69.78%44.12%-
HSV(B)276.69º82.2%74.9%-
XYZ19.189.6550.14-
YUV80.6190.3163.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 34 (13.67% from 255) = 9.58%
BLUE value IS 191 (75% from 255) = 53.80%
R=36.62%
G=9.58%
B=53.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130341910.320.8200.25276.6969.7844.12
Hex8222BF2052019115462c
Octal202422774012203142510654
Binary100000101000101011111110000010100100110011000101011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8222bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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