#822FBB

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

Shades of Dark Orchid #822FBB

Tints of Dark Orchid #822FBB

Color information

#822FBB (or 0x822FBB) is unknown color: approx Dark Orchid. HEX triplet: 82, 2F and BB. RGB value is (130,47,187). Sum of RGB (Red+Green+Blue) = 130+47+187=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #822FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822FBB is #7DD044. Grayscale: #575757. Windows color (decimal): -8245317 or 12267394. OLE color: 12267394.

HSL color Cylindrical-coordinate representation of color #822FBB: hue angle of 275.57º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822FBB is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13047187-
CMYK0.300.7500.27
HSL275.57º59.83%45.88%-
HSV(B)275.57º74.87%73.33%-
XYZ19.1910.3748-
YUV87.78184158.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.71%
GREEN value IS 47 (18.75% from 255) = 12.91%
BLUE value IS 187 (73.44% from 255) = 51.37%
R=35.71%
G=12.91%
B=51.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130471870.300.7500.27275.5759.8345.88
Hex822FBB1E4B01B1143c2e
Octal20257273361130334247456
Binary1000001010111110111011111101001011011011100010100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822FBB; }

 p { color: rgb(130,47,187); }

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

<style>
 a { background-color: #822FBB; }

 a { background-color: rgb(130,47,187); }

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

<style>
 span { border-color: #822FBB; }

 span { border-color: rgb(130,47,187); }

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