Html Css Color HEX #861BAF Dark Orchid

📋 copy color: '#861BAF'

red 134 ◦ green 27 ◦ blue 175

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

Shades of Dark Orchid #861BAF

Tints of Dark Orchid #861BAF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.04%

 BLUE value IS 175 (68.75% from 255) = 52.08%

R = 39.88%
G = 8.04%
B = 52.08%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#861BAF (or 0x861BAF) is known color: Dark Orchid. HEX triplet: 86, 1B and AF. RGB value is (134,27,175). Sum of RGB (Red+Green+Blue) = 134+27+175=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #861BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861BAF is #79E450. Grayscale: #4B4B4B. Windows color (decimal): -7988305 or 11475846. OLE color: 11475846.

HSL color Cylindrical-coordinate representation of color #861BAF: hue angle of 283.38º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #861BAF is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 27 175 -
CMYK 0.23 0.85 0 0.31
HSL 283.38º 0.73% 0.4% -
HSV(B) 283.38º 0.85% 0.69% -
XYZ 17.96 8.95 41.34 -
YUV 75.87 183.95 169.47 -
System Red Green Blue C M Y K H S L
Decimal 134 27 175 0.23 0.85 0 0.31 283.38 0.73 0.4
Hex 86 1B AF 17 55 0 1F 11B 49 28
Octal 206 33 257 27 125 0 37 433 111 50
Binary 10000110 11011 10101111 10111 1010101 0 11111 100011011 1001001 101000

Color Harmonies of #861BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861BAF

Black with #861BAF

Text Example


Text Example

White with #861BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,27,175); }

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

background-color css

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

 a { background-color: rgb(134,27,175); }

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

border-color css

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

 span { border-color: rgb(134,27,175); }

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