Html Css Color HEX #801DB6 Dark Orchid

📋 copy color: '#801DB6'

red 128 ◦ green 29 ◦ blue 182

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

Shades of Dark Orchid #801DB6

Tints of Dark Orchid #801DB6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.55%

 BLUE value IS 182 (71.48% from 255) = 53.69%

R = 37.76%
G = 8.55%
B = 53.69%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#801DB6 (or 0x801DB6) is known color: Dark Orchid. HEX triplet: 80, 1D and B6. RGB value is (128,29,182). Sum of RGB (Red+Green+Blue) = 128+29+182=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 182 (71.48% from 255 or 53.69% from 339); Max value from RGB is 182 - color contains mainly: blue. Hex color #801DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801DB6 is #7FE249. Grayscale: #4B4B4B. Windows color (decimal): -8381002 or 11935104. OLE color: 11935104.

HSL color Cylindrical-coordinate representation of color #801DB6: hue angle of 278.82º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801DB6 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 29 182 -
CMYK 0.30 0.84 0 0.29
HSL 278.82º 0.73% 0.41% -
HSV(B) 278.82º 0.84% 0.71% -
XYZ 17.78 8.85 45.03 -
YUV 76.04 187.8 165.06 -
System Red Green Blue C M Y K H S L
Decimal 128 29 182 0.30 0.84 0 0.29 278.82 0.73 0.41
Hex 80 1D B6 1E 54 0 1D 117 49 29
Octal 200 35 266 36 124 0 35 427 111 51
Binary 10000000 11101 10110110 11110 1010100 0 11101 100010111 1001001 101001

Color Harmonies of #801DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801DB6

Black with #801DB6

Text Example


Text Example

White with #801DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,29,182); }

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

background-color css

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

 a { background-color: rgb(128,29,182); }

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

border-color css

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

 span { border-color: rgb(128,29,182); }

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