Html Css Color HEX #861DBB Dark Orchid

📋 copy color: '#861DBB'

red 134 ◦ green 29 ◦ blue 187

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

Shades of Dark Orchid #861DBB

Tints of Dark Orchid #861DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 38.29%
G = 8.29%
B = 53.43%

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

#861DBB (or 0x861DBB) is known color: Dark Orchid. HEX triplet: 86, 1D and BB. RGB value is (134,29,187). Sum of RGB (Red+Green+Blue) = 134+29+187=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #861DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861DBB is #79E244. Grayscale: #4D4D4D. Windows color (decimal): -7987781 or 12262790. OLE color: 12262790.

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

Color convert

RGB 134 29 187 -
CMYK 0.28 0.84 0 0.27
HSL 279.87º 0.73% 0.42% -
HSV(B) 279.87º 0.84% 0.73% -
XYZ 19.24 9.53 47.84 -
YUV 78.41 189.29 167.65 -
System Red Green Blue C M Y K H S L
Decimal 134 29 187 0.28 0.84 0 0.27 279.87 0.73 0.42
Hex 86 1D BB 1C 54 0 1B 118 49 2A
Octal 206 35 273 34 124 0 33 430 111 52
Binary 10000110 11101 10111011 11100 1010100 0 11011 100011000 1001001 101010

Color Harmonies of #861DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861DBB

Black with #861DBB

Text Example


Text Example

White with #861DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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