Html Css Color HEX #801DB5 Dark Orchid

📋 copy color: '#801DB5'

red 128 ◦ green 29 ◦ blue 181

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

Shades of Dark Orchid #801DB5

Tints of Dark Orchid #801DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 53.55%

R = 37.87%
G = 8.58%
B = 53.55%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#801DB5 (or 0x801DB5) is known color: Dark Orchid. HEX triplet: 80, 1D and B5. RGB value is (128,29,181). Sum of RGB (Red+Green+Blue) = 128+29+181=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 181 (71.09% from 255 or 53.55% from 338); Max value from RGB is 181 - color contains mainly: blue. Hex color #801DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801DB5 is #7FE24A. Grayscale: #4B4B4B. Windows color (decimal): -8381003 or 11869568. OLE color: 11869568.

HSL color Cylindrical-coordinate representation of color #801DB5: hue angle of 279.08º degrees, saturation: 0.72, 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 #801DB5 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 29 181 -
CMYK 0.29 0.84 0 0.29
HSL 279.08º 0.72% 0.41% -
HSV(B) 279.08º 0.84% 0.71% -
XYZ 17.68 8.8 44.48 -
YUV 75.93 187.3 165.14 -
System Red Green Blue C M Y K H S L
Decimal 128 29 181 0.29 0.84 0 0.29 279.08 0.72 0.41
Hex 80 1D B5 1D 54 0 1D 117 48 29
Octal 200 35 265 35 124 0 35 427 110 51
Binary 10000000 11101 10110101 11101 1010100 0 11101 100010111 1001000 101001

Color Harmonies of #801DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801DB5

Black with #801DB5

Text Example


Text Example

White with #801DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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