Html Css Color HEX #821CBA Dark Orchid

📋 copy color: '#821CBA'

red 130 ◦ green 28 ◦ blue 186

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

Shades of Dark Orchid #821CBA

Tints of Dark Orchid #821CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.14%

 BLUE value IS 186 (73.05% from 255) = 54.07%

R = 37.79%
G = 8.14%
B = 54.07%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#821CBA (or 0x821CBA) is known color: Dark Orchid. HEX triplet: 82, 1C and BA. RGB value is (130,28,186). Sum of RGB (Red+Green+Blue) = 130+28+186=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #821CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821CBA is #7DE345. Grayscale: #4B4B4B. Windows color (decimal): -8250182 or 12196994. OLE color: 12196994.

HSL color Cylindrical-coordinate representation of color #821CBA: hue angle of 278.73º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821CBA is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 28 186 -
CMYK 0.30 0.85 0 0.27
HSL 278.73º 0.74% 0.42% -
HSV(B) 278.73º 0.85% 0.73% -
XYZ 18.48 9.12 47.24 -
YUV 76.51 189.79 166.15 -
System Red Green Blue C M Y K H S L
Decimal 130 28 186 0.30 0.85 0 0.27 278.73 0.74 0.42
Hex 82 1C BA 1E 55 0 1B 117 4A 2A
Octal 202 34 272 36 125 0 33 427 112 52
Binary 10000010 11100 10111010 11110 1010101 0 11011 100010111 1001010 101010

Color Harmonies of #821CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821CBA

Black with #821CBA

Text Example


Text Example

White with #821CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,28,186); }

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

background-color css

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

 a { background-color: rgb(130,28,186); }

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

border-color css

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

 span { border-color: rgb(130,28,186); }

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