Html Css Color HEX #861DB9 Dark Orchid

📋 copy color: '#861DB9'

red 134 ◦ green 29 ◦ blue 185

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

Shades of Dark Orchid #861DB9

Tints of Dark Orchid #861DB9

RGB

 RED value IS 134 (52.73% from 255) = 38.51%

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

 BLUE value IS 185 (72.66% from 255) = 53.16%

R = 38.51%
G = 8.33%
B = 53.16%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#861DB9 (or 0x861DB9) is known color: Dark Orchid. HEX triplet: 86, 1D and B9. RGB value is (134,29,185). Sum of RGB (Red+Green+Blue) = 134+29+185=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 185 (72.66% from 255 or 53.16% from 348); Max value from RGB is 185 - color contains mainly: blue. Hex color #861DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861DB9 is #79E246. Grayscale: #4D4D4D. Windows color (decimal): -7987783 or 12131718. OLE color: 12131718.

HSL color Cylindrical-coordinate representation of color #861DB9: hue angle of 280.38º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861DB9 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 29 185 -
CMYK 0.28 0.84 0 0.27
HSL 280.38º 0.73% 0.42% -
HSV(B) 280.38º 0.84% 0.73% -
XYZ 19.03 9.45 46.72 -
YUV 78.18 188.29 167.82 -
System Red Green Blue C M Y K H S L
Decimal 134 29 185 0.28 0.84 0 0.27 280.38 0.73 0.42
Hex 86 1D B9 1C 54 0 1B 118 49 2A
Octal 206 35 271 34 124 0 33 430 111 52
Binary 10000110 11101 10111001 11100 1010100 0 11011 100011000 1001001 101010

Color Harmonies of #861DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861DB9

Black with #861DB9

Text Example


Text Example

White with #861DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861DB9; }

 p { color: rgb(134,29,185); }

 H1.HeaderClassName
 {
   color: #861DB9;
 }
 .AnyTagClassName
 {
   color: #861DB9;
 }
</style>

background-color css

<style>
 a { background-color: #861DB9; }

 a { background-color: rgb(134,29,185); }

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

border-color css

<style>
 span { border-color: #861DB9; }

 span { border-color: rgb(134,29,185); }

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