Html Css Color HEX #801ABC Dark Orchid

📋 copy color: '#801ABC'

red 128 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #801ABC

Tints of Dark Orchid #801ABC

RGB

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

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

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

R = 37.43%
G = 7.6%
B = 54.97%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#801ABC (or 0x801ABC) is known color: Dark Orchid. HEX triplet: 80, 1A and BC. RGB value is (128,26,188). Sum of RGB (Red+Green+Blue) = 128+26+188=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #801ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801ABC is #7FE543. Grayscale: #4A4A4A. Windows color (decimal): -8381764 or 12327552. OLE color: 12327552.

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

Color convert

RGB 128 26 188 -
CMYK 0.32 0.86 0 0.26
HSL 277.78º 0.76% 0.42% -
HSV(B) 277.78º 0.86% 0.74% -
XYZ 18.35 8.96 48.34 -
YUV 74.97 191.79 165.83 -
System Red Green Blue C M Y K H S L
Decimal 128 26 188 0.32 0.86 0 0.26 277.78 0.76 0.42
Hex 80 1A BC 20 56 0 1A 116 4C 2A
Octal 200 32 274 40 126 0 32 426 114 52
Binary 10000000 11010 10111100 100000 1010110 0 11010 100010110 1001100 101010

Color Harmonies of #801ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801ABC

Black with #801ABC

Text Example


Text Example

White with #801ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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