Html Css Color HEX #861ACD Blue Violet

📋 copy color: '#861ACD'

red 134 ◦ green 26 ◦ blue 205

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

Shades of Blue Violet #861ACD

Tints of Blue Violet #861ACD

RGB

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

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

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

R = 36.71%
G = 7.12%
B = 56.16%

CMYK

 C value IS 0.35

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#861ACD (or 0x861ACD) is known color: Blue Violet. HEX triplet: 86, 1A and CD. RGB value is (134,26,205). Sum of RGB (Red+Green+Blue) = 134+26+205=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #861ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861ACD is #79E532. Grayscale: #4E4E4E. Windows color (decimal): -7988531 or 13441670. OLE color: 13441670.

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

Color convert

RGB 134 26 205 -
CMYK 0.35 0.87 0 0.20
HSL 276.2º 0.77% 0.45% -
HSV(B) 276.2º 0.87% 0.8% -
XYZ 21.22 10.21 58.61 -
YUV 78.7 199.28 167.45 -
System Red Green Blue C M Y K H S L
Decimal 134 26 205 0.35 0.87 0 0.20 276.2 0.77 0.45
Hex 86 1A CD 23 57 0 14 114 4D 2D
Octal 206 32 315 43 127 0 24 424 115 55
Binary 10000110 11010 11001101 100011 1010111 0 10100 100010100 1001101 101101

Color Harmonies of #861ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861ACD

Black with #861ACD

Text Example


Text Example

White with #861ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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