Html Css Color HEX #821DB6 Dark Orchid

📋 copy color: '#821DB6'

red 130 ◦ green 29 ◦ blue 182

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

Shades of Dark Orchid #821DB6

Tints of Dark Orchid #821DB6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.5%

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

R = 38.12%
G = 8.5%
B = 53.37%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#821DB6 (or 0x821DB6) is known color: Dark Orchid. HEX triplet: 82, 1D and B6. RGB value is (130,29,182). Sum of RGB (Red+Green+Blue) = 130+29+182=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 182 (71.48% from 255 or 53.37% from 341); Max value from RGB is 182 - color contains mainly: blue. Hex color #821DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821DB6 is #7DE249. Grayscale: #4C4C4C. Windows color (decimal): -8249930 or 11935106. OLE color: 11935106.

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

Color convert

RGB 130 29 182 -
CMYK 0.29 0.84 0 0.29
HSL 279.61º 0.73% 0.41% -
HSV(B) 279.61º 0.84% 0.71% -
XYZ 18.09 9 45.04 -
YUV 76.64 187.46 166.06 -
System Red Green Blue C M Y K H S L
Decimal 130 29 182 0.29 0.84 0 0.29 279.61 0.73 0.41
Hex 82 1D B6 1D 54 0 1D 118 49 29
Octal 202 35 266 35 124 0 35 430 111 51
Binary 10000010 11101 10110110 11101 1010100 0 11101 100011000 1001001 101001

Color Harmonies of #821DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821DB6

Black with #821DB6

Text Example


Text Example

White with #821DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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