Html Css Color HEX #822EC1 Dark Orchid

📋 copy color: '#822EC1'

red 130 ◦ green 46 ◦ blue 193

#822EC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #822EC1

Tints of Dark Orchid #822EC1

RGB

 RED value IS 130 (51.17% from 255) = 35.23%

 GREEN value IS 46 (18.36% from 255) = 12.47%

 BLUE value IS 193 (75.78% from 255) = 52.3%

R = 35.23%
G = 12.47%
B = 52.3%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#822EC1 (or 0x822EC1) is known color: Dark Orchid. HEX triplet: 82, 2E and C1. RGB value is (130,46,193). Sum of RGB (Red+Green+Blue) = 130+46+193=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #822EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822EC1 is #7DD13E. Grayscale: #575757. Windows color (decimal): -8245567 or 12660354. OLE color: 12660354.

HSL color Cylindrical-coordinate representation of color #822EC1: hue angle of 274.29º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #822EC1 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 46 193 -
CMYK 0.33 0.76 0 0.24
HSL 274.29º 0.62% 0.47% -
HSV(B) 274.29º 0.76% 0.76% -
XYZ 19.81 10.55 51.44 -
YUV 87.87 187.33 158.05 -
System Red Green Blue C M Y K H S L
Decimal 130 46 193 0.33 0.76 0 0.24 274.29 0.62 0.47
Hex 82 2E C1 21 4C 0 18 112 3E 2F
Octal 202 56 301 41 114 0 30 422 76 57
Binary 10000010 101110 11000001 100001 1001100 0 11000 100010010 111110 101111

Color Harmonies of #822EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822EC1

Black with #822EC1

Text Example


Text Example

White with #822EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,46,193); }

 H1.HeaderClassName
 {
   color: #822EC1;
 }
 .AnyTagClassName
 {
   color: #822EC1;
 }
</style>

background-color css

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

 a { background-color: rgb(130,46,193); }

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

border-color css

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

 span { border-color: rgb(130,46,193); }

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