Html Css Color HEX #821ABF Dark Orchid

📋 copy color: '#821ABF'

red 130 ◦ green 26 ◦ blue 191

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

Shades of Dark Orchid #821ABF

Tints of Dark Orchid #821ABF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.49%

 BLUE value IS 191 (75% from 255) = 55.04%

R = 37.46%
G = 7.49%
B = 55.04%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#821ABF (or 0x821ABF) is known color: Dark Orchid. HEX triplet: 82, 1A and BF. RGB value is (130,26,191). Sum of RGB (Red+Green+Blue) = 130+26+191=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #821ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821ABF is #7DE540. Grayscale: #4B4B4B. Windows color (decimal): -8250689 or 12524162. OLE color: 12524162.

HSL color Cylindrical-coordinate representation of color #821ABF: hue angle of 277.82º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821ABF is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 26 191 -
CMYK 0.32 0.86 0 0.25
HSL 277.82º 0.76% 0.43% -
HSV(B) 277.82º 0.86% 0.75% -
XYZ 18.98 9.25 50.07 -
YUV 75.91 192.96 166.58 -
System Red Green Blue C M Y K H S L
Decimal 130 26 191 0.32 0.86 0 0.25 277.82 0.76 0.43
Hex 82 1A BF 20 56 0 19 116 4C 2B
Octal 202 32 277 40 126 0 31 426 114 53
Binary 10000010 11010 10111111 100000 1010110 0 11001 100010110 1001100 101011

Color Harmonies of #821ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821ABF

Black with #821ABF

Text Example


Text Example

White with #821ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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