Html Css Color HEX #861DB6 Dark Orchid

📋 copy color: '#861DB6'

red 134 ◦ green 29 ◦ blue 182

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

Shades of Dark Orchid #861DB6

Tints of Dark Orchid #861DB6

RGB

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

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

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

R = 38.84%
G = 8.41%
B = 52.75%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#861DB6 (or 0x861DB6) is known color: Dark Orchid. HEX triplet: 86, 1D and B6. RGB value is (134,29,182). Sum of RGB (Red+Green+Blue) = 134+29+182=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 182 (71.48% from 255 or 52.75% from 345); Max value from RGB is 182 - color contains mainly: blue. Hex color #861DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861DB6 is #79E249. Grayscale: #4D4D4D. Windows color (decimal): -7987786 or 11935110. OLE color: 11935110.

HSL color Cylindrical-coordinate representation of color #861DB6: hue angle of 281.18º 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 #861DB6 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 29 182 -
CMYK 0.26 0.84 0 0.29
HSL 281.18º 0.73% 0.41% -
HSV(B) 281.18º 0.84% 0.71% -
XYZ 18.71 9.32 45.07 -
YUV 77.84 186.79 168.06 -
System Red Green Blue C M Y K H S L
Decimal 134 29 182 0.26 0.84 0 0.29 281.18 0.73 0.41
Hex 86 1D B6 1A 54 0 1D 119 49 29
Octal 206 35 266 32 124 0 35 431 111 51
Binary 10000110 11101 10110110 11010 1010100 0 11101 100011001 1001001 101001

Color Harmonies of #861DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861DB6

Black with #861DB6

Text Example


Text Example

White with #861DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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