Html Css Color HEX #861EBA Dark Orchid

📋 copy color: '#861EBA'

red 134 ◦ green 30 ◦ blue 186

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

Shades of Dark Orchid #861EBA

Tints of Dark Orchid #861EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.57%

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

R = 38.29%
G = 8.57%
B = 53.14%

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

#861EBA (or 0x861EBA) is known color: Dark Orchid. HEX triplet: 86, 1E and BA. RGB value is (134,30,186). Sum of RGB (Red+Green+Blue) = 134+30+186=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #861EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861EBA is #79E145. Grayscale: #4E4E4E. Windows color (decimal): -7987526 or 12197510. OLE color: 12197510.

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

Color convert

RGB 134 30 186 -
CMYK 0.28 0.84 0 0.27
HSL 280º 0.72% 0.42% -
HSV(B) 280º 0.84% 0.73% -
XYZ 19.16 9.54 47.29 -
YUV 78.88 188.46 167.32 -
System Red Green Blue C M Y K H S L
Decimal 134 30 186 0.28 0.84 0 0.27 280 0.72 0.42
Hex 86 1E BA 1C 54 0 1B 118 48 2A
Octal 206 36 272 34 124 0 33 430 110 52
Binary 10000110 11110 10111010 11100 1010100 0 11011 100011000 1001000 101010

Color Harmonies of #861EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861EBA

Black with #861EBA

Text Example


Text Example

White with #861EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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