Html Css Color HEX #801AC0 Dark Orchid

📋 copy color: '#801AC0'

red 128 ◦ green 26 ◦ blue 192

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

Shades of Dark Orchid #801AC0

Tints of Dark Orchid #801AC0

RGB

 RED value IS 128 (50.39% from 255) = 36.99%

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

 BLUE value IS 192 (75.39% from 255) = 55.49%

R = 36.99%
G = 7.51%
B = 55.49%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#801AC0 (or 0x801AC0) is known color: Dark Orchid. HEX triplet: 80, 1A and C0. RGB value is (128,26,192). Sum of RGB (Red+Green+Blue) = 128+26+192=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 192 (75.39% from 255 or 55.49% from 346); Max value from RGB is 192 - color contains mainly: blue. Hex color #801AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801AC0 is #7FE53F. Grayscale: #4A4A4A. Windows color (decimal): -8381760 or 12589696. OLE color: 12589696.

HSL color Cylindrical-coordinate representation of color #801AC0: hue angle of 276.87º 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 #801AC0 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 26 192 -
CMYK 0.33 0.86 0 0.25
HSL 276.87º 0.76% 0.43% -
HSV(B) 276.87º 0.86% 0.75% -
XYZ 18.79 9.13 50.64 -
YUV 75.42 193.79 165.5 -
System Red Green Blue C M Y K H S L
Decimal 128 26 192 0.33 0.86 0 0.25 276.87 0.76 0.43
Hex 80 1A C0 21 56 0 19 115 4C 2B
Octal 200 32 300 41 126 0 31 425 114 53
Binary 10000000 11010 11000000 100001 1010110 0 11001 100010101 1001100 101011

Color Harmonies of #801AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801AC0

Black with #801AC0

Text Example


Text Example

White with #801AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801AC0; }

 p { color: rgb(128,26,192); }

 H1.HeaderClassName
 {
   color: #801AC0;
 }
 .AnyTagClassName
 {
   color: #801AC0;
 }
</style>

background-color css

<style>
 a { background-color: #801AC0; }

 a { background-color: rgb(128,26,192); }

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

border-color css

<style>
 span { border-color: #801AC0; }

 span { border-color: rgb(128,26,192); }

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