Html Css Color HEX #821ABC Dark Orchid

📋 copy color: '#821ABC'

red 130 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #821ABC

Tints of Dark Orchid #821ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.65%

R = 37.79%
G = 7.56%
B = 54.65%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#821ABC (or 0x821ABC) is known color: Dark Orchid. HEX triplet: 82, 1A and BC. RGB value is (130,26,188). Sum of RGB (Red+Green+Blue) = 130+26+188=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #821ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821ABC is #7DE543. Grayscale: #4B4B4B. Windows color (decimal): -8250692 or 12327554. OLE color: 12327554.

HSL color Cylindrical-coordinate representation of color #821ABC: hue angle of 278.52º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821ABC is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 26 188 -
CMYK 0.31 0.86 0 0.26
HSL 278.52º 0.76% 0.42% -
HSV(B) 278.52º 0.86% 0.74% -
XYZ 18.65 9.12 48.35 -
YUV 75.56 191.46 166.83 -
System Red Green Blue C M Y K H S L
Decimal 130 26 188 0.31 0.86 0 0.26 278.52 0.76 0.42
Hex 82 1A BC 1F 56 0 1A 117 4C 2A
Octal 202 32 274 37 126 0 32 427 114 52
Binary 10000010 11010 10111100 11111 1010110 0 11010 100010111 1001100 101010

Color Harmonies of #821ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821ABC

Black with #821ABC

Text Example


Text Example

White with #821ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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