Html Css Color HEX #861DBA Dark Orchid

📋 copy color: '#861DBA'

red 134 ◦ green 29 ◦ blue 186

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

Shades of Dark Orchid #861DBA

Tints of Dark Orchid #861DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.3%

R = 38.4%
G = 8.31%
B = 53.3%

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

#861DBA (or 0x861DBA) is known color: Dark Orchid. HEX triplet: 86, 1D and BA. RGB value is (134,29,186). Sum of RGB (Red+Green+Blue) = 134+29+186=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #861DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861DBA is #79E245. Grayscale: #4D4D4D. Windows color (decimal): -7987782 or 12197254. OLE color: 12197254.

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

Color convert

RGB 134 29 186 -
CMYK 0.28 0.84 0 0.27
HSL 280.13º 0.73% 0.42% -
HSV(B) 280.13º 0.84% 0.73% -
XYZ 19.13 9.49 47.28 -
YUV 78.29 188.79 167.73 -
System Red Green Blue C M Y K H S L
Decimal 134 29 186 0.28 0.84 0 0.27 280.13 0.73 0.42
Hex 86 1D BA 1C 54 0 1B 118 49 2A
Octal 206 35 272 34 124 0 33 430 111 52
Binary 10000110 11101 10111010 11100 1010100 0 11011 100011000 1001001 101010

Color Harmonies of #861DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861DBA

Black with #861DBA

Text Example


Text Example

White with #861DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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