Html Css Color HEX #861AC5 Dark Orchid

📋 copy color: '#861AC5'

red 134 ◦ green 26 ◦ blue 197

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

Shades of Dark Orchid #861AC5

Tints of Dark Orchid #861AC5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.28%

 BLUE value IS 197 (77.34% from 255) = 55.18%

R = 37.54%
G = 7.28%
B = 55.18%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#861AC5 (or 0x861AC5) is known color: Dark Orchid. HEX triplet: 86, 1A and C5. RGB value is (134,26,197). Sum of RGB (Red+Green+Blue) = 134+26+197=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 197 (77.34% from 255 or 55.18% from 357); Max value from RGB is 197 - color contains mainly: blue. Hex color #861AC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861AC5 is #79E53A. Grayscale: #4D4D4D. Windows color (decimal): -7988539 or 12917382. OLE color: 12917382.

HSL color Cylindrical-coordinate representation of color #861AC5: hue angle of 277.89º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861AC5 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 134 26 197 -
CMYK 0.32 0.87 0 0.23
HSL 277.89º 0.77% 0.44% -
HSV(B) 277.89º 0.87% 0.77% -
XYZ 20.28 9.84 53.65 -
YUV 77.79 195.28 168.1 -
System Red Green Blue C M Y K H S L
Decimal 134 26 197 0.32 0.87 0 0.23 277.89 0.77 0.44
Hex 86 1A C5 20 57 0 17 116 4D 2C
Octal 206 32 305 40 127 0 27 426 115 54
Binary 10000110 11010 11000101 100000 1010111 0 10111 100010110 1001101 101100

Color Harmonies of #861AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861AC5

Black with #861AC5

Text Example


Text Example

White with #861AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,26,197); }

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

background-color css

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

 a { background-color: rgb(134,26,197); }

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

border-color css

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

 span { border-color: rgb(134,26,197); }

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