Html Css Color HEX #861AC0 Dark Orchid

📋 copy color: '#861AC0'

red 134 ◦ green 26 ◦ blue 192

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

Shades of Dark Orchid #861AC0

Tints of Dark Orchid #861AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 54.55%

R = 38.07%
G = 7.39%
B = 54.55%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#861AC0 (or 0x861AC0) is known color: Dark Orchid. HEX triplet: 86, 1A and C0. RGB value is (134,26,192). Sum of RGB (Red+Green+Blue) = 134+26+192=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 192 (75.39% from 255 or 54.55% from 352); Max value from RGB is 192 - color contains mainly: blue. Hex color #861AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861AC0 is #79E53F. Grayscale: #4C4C4C. Windows color (decimal): -7988544 or 12589702. OLE color: 12589702.

HSL color Cylindrical-coordinate representation of color #861AC0: hue angle of 279.04º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861AC0 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 26 192 -
CMYK 0.30 0.86 0 0.25
HSL 279.04º 0.76% 0.43% -
HSV(B) 279.04º 0.86% 0.75% -
XYZ 19.72 9.61 50.69 -
YUV 77.22 192.78 168.5 -
System Red Green Blue C M Y K H S L
Decimal 134 26 192 0.30 0.86 0 0.25 279.04 0.76 0.43
Hex 86 1A C0 1E 56 0 19 117 4C 2B
Octal 206 32 300 36 126 0 31 427 114 53
Binary 10000110 11010 11000000 11110 1010110 0 11001 100010111 1001100 101011

Color Harmonies of #861AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861AC0

Black with #861AC0

Text Example


Text Example

White with #861AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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