Html Css Color HEX #801BB6 Dark Orchid

📋 copy color: '#801BB6'

red 128 ◦ green 27 ◦ blue 182

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

Shades of Dark Orchid #801BB6

Tints of Dark Orchid #801BB6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.01%

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

R = 37.98%
G = 8.01%
B = 54.01%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#801BB6 (or 0x801BB6) is known color: Dark Orchid. HEX triplet: 80, 1B and B6. RGB value is (128,27,182). Sum of RGB (Red+Green+Blue) = 128+27+182=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 182 (71.48% from 255 or 54.01% from 337); Max value from RGB is 182 - color contains mainly: blue. Hex color #801BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801BB6 is #7FE449. Grayscale: #4A4A4A. Windows color (decimal): -8381514 or 11934592. OLE color: 11934592.

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

Color convert

RGB 128 27 182 -
CMYK 0.30 0.85 0 0.29
HSL 279.1º 0.74% 0.41% -
HSV(B) 279.1º 0.85% 0.71% -
XYZ 17.74 8.75 45.01 -
YUV 74.87 188.46 165.9 -
System Red Green Blue C M Y K H S L
Decimal 128 27 182 0.30 0.85 0 0.29 279.1 0.74 0.41
Hex 80 1B B6 1E 55 0 1D 117 4A 29
Octal 200 33 266 36 125 0 35 427 112 51
Binary 10000000 11011 10110110 11110 1010101 0 11101 100010111 1001010 101001

Color Harmonies of #801BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801BB6

Black with #801BB6

Text Example


Text Example

White with #801BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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