Html Css Color HEX #821AC3 Dark Orchid

📋 copy color: '#821AC3'

red 130 ◦ green 26 ◦ blue 195

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

Shades of Dark Orchid #821AC3

Tints of Dark Orchid #821AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 55.56%

R = 37.04%
G = 7.41%
B = 55.56%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#821AC3 (or 0x821AC3) is known color: Dark Orchid. HEX triplet: 82, 1A and C3. RGB value is (130,26,195). Sum of RGB (Red+Green+Blue) = 130+26+195=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 195 (76.56% from 255 or 55.56% from 351); Max value from RGB is 195 - color contains mainly: blue. Hex color #821AC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821AC3 is #7DE53C. Grayscale: #4B4B4B. Windows color (decimal): -8250685 or 12786306. OLE color: 12786306.

HSL color Cylindrical-coordinate representation of color #821AC3: hue angle of 276.92º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821AC3 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 26 195 -
CMYK 0.33 0.87 0 0.24
HSL 276.92º 0.76% 0.43% -
HSV(B) 276.92º 0.87% 0.76% -
XYZ 19.43 9.42 52.43 -
YUV 76.36 194.96 166.26 -
System Red Green Blue C M Y K H S L
Decimal 130 26 195 0.33 0.87 0 0.24 276.92 0.76 0.43
Hex 82 1A C3 21 57 0 18 115 4C 2B
Octal 202 32 303 41 127 0 30 425 114 53
Binary 10000010 11010 11000011 100001 1010111 0 11000 100010101 1001100 101011

Color Harmonies of #821AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821AC3

Black with #821AC3

Text Example


Text Example

White with #821AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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