Html Css Color HEX #822DB6 Dark Orchid

📋 copy color: '#822DB6'

red 130 ◦ green 45 ◦ blue 182

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

Shades of Dark Orchid #822DB6

Tints of Dark Orchid #822DB6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.61%

 BLUE value IS 182 (71.48% from 255) = 50.98%

R = 36.41%
G = 12.61%
B = 50.98%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#822DB6 (or 0x822DB6) is known color: Dark Orchid. HEX triplet: 82, 2D and B6. RGB value is (130,45,182). Sum of RGB (Red+Green+Blue) = 130+45+182=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #822DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822DB6 is #7DD249. Grayscale: #555555. Windows color (decimal): -8245834 or 11939202. OLE color: 11939202.

HSL color Cylindrical-coordinate representation of color #822DB6: hue angle of 277.23º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822DB6 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 45 182 -
CMYK 0.29 0.75 0 0.29
HSL 277.23º 0.6% 0.45% -
HSV(B) 277.23º 0.75% 0.71% -
XYZ 18.59 10 45.21 -
YUV 86.03 182.16 159.36 -
System Red Green Blue C M Y K H S L
Decimal 130 45 182 0.29 0.75 0 0.29 277.23 0.6 0.45
Hex 82 2D B6 1D 4B 0 1D 115 3C 2D
Octal 202 55 266 35 113 0 35 425 74 55
Binary 10000010 101101 10110110 11101 1001011 0 11101 100010101 111100 101101

Color Harmonies of #822DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822DB6

Black with #822DB6

Text Example


Text Example

White with #822DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,45,182); }

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

background-color css

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

 a { background-color: rgb(130,45,182); }

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

border-color css

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

 span { border-color: rgb(130,45,182); }

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