Html Css Color HEX #861DAE Vivid Violet

📋 copy color: '#861DAE'

red 134 ◦ green 29 ◦ blue 174

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

Shades of Vivid Violet #861DAE

Tints of Vivid Violet #861DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.63%

R = 39.76%
G = 8.61%
B = 51.63%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#861DAE (or 0x861DAE) is known color: Vivid Violet. HEX triplet: 86, 1D and AE. RGB value is (134,29,174). Sum of RGB (Red+Green+Blue) = 134+29+174=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #861DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861DAE is #79E251. Grayscale: #4C4C4C. Windows color (decimal): -7987794 or 11410822. OLE color: 11410822.

HSL color Cylindrical-coordinate representation of color #861DAE: hue angle of 283.45º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #861DAE is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 29 174 -
CMYK 0.23 0.83 0 0.32
HSL 283.45º 0.71% 0.4% -
HSV(B) 283.45º 0.83% 0.68% -
XYZ 17.91 9 40.84 -
YUV 76.93 182.79 168.71 -
System Red Green Blue C M Y K H S L
Decimal 134 29 174 0.23 0.83 0 0.32 283.45 0.71 0.4
Hex 86 1D AE 17 53 0 20 11B 47 28
Octal 206 35 256 27 123 0 40 433 107 50
Binary 10000110 11101 10101110 10111 1010011 0 100000 100011011 1000111 101000

Color Harmonies of #861DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861DAE

Black with #861DAE

Text Example


Text Example

White with #861DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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