Html Css Color HEX #861DCD Blue Violet

📋 copy color: '#861DCD'

red 134 ◦ green 29 ◦ blue 205

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

Shades of Blue Violet #861DCD

Tints of Blue Violet #861DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.71%

R = 36.41%
G = 7.88%
B = 55.71%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#861DCD (or 0x861DCD) is known color: Blue Violet. HEX triplet: 86, 1D and CD. RGB value is (134,29,205). Sum of RGB (Red+Green+Blue) = 134+29+205=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #861DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861DCD is #79E232. Grayscale: #4F4F4F. Windows color (decimal): -7987763 or 13442438. OLE color: 13442438.

HSL color Cylindrical-coordinate representation of color #861DCD: hue angle of 275.8º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861DCD is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 29 205 -
CMYK 0.35 0.86 0 0.20
HSL 275.8º 0.75% 0.46% -
HSV(B) 275.8º 0.86% 0.8% -
XYZ 21.29 10.35 58.63 -
YUV 80.46 198.29 166.19 -
System Red Green Blue C M Y K H S L
Decimal 134 29 205 0.35 0.86 0 0.20 275.8 0.75 0.46
Hex 86 1D CD 23 56 0 14 114 4B 2E
Octal 206 35 315 43 126 0 24 424 113 56
Binary 10000110 11101 11001101 100011 1010110 0 10100 100010100 1001011 101110

Color Harmonies of #861DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861DCD

Black with #861DCD

Text Example


Text Example

White with #861DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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