#861CD9

Color #861CD9 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #861CD9

Tints of Blue Violet #861CD9

Color information

#861CD9 (or 0x861CD9) is unknown color: approx Blue Violet. HEX triplet: 86, 1C and D9. RGB value is (134,28,217). Sum of RGB (Red+Green+Blue) = 134+28+217=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 217 (85.16% from 255 or 57.26% from 379); Max value from RGB is 217 - color contains mainly: blue. Hex color #861CD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861CD9 is #79E326. Grayscale: #505050. Windows color (decimal): -7988007 or 14228614. OLE color: 14228614.

HSL color Cylindrical-coordinate representation of color #861CD9: hue angle of 273.65º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861CD9 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13428217-
CMYK0.380.8700.15
HSL273.65º77.14%48.04%-
HSV(B)273.65º87.1%85.1%-
XYZ22.7710.9166.55-
YUV81.24204.62165.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 28 (11.33% from 255) = 7.39%
BLUE value IS 217 (85.16% from 255) = 57.26%
R=35.36%
G=7.39%
B=57.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal134282170.380.8700.15273.6577.1448.04
Hex861CD926570F1124d30
Octal206343314612701742211560
Binary1000011011100110110011001101010111011111000100101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,28,217); }

 H1.HeaderClassName
 {
   color: #861CD9;
 }
 .AnyTagClassName
 {
   color: #861CD9;
 }
</style>
background-color css

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

 a { background-color: rgb(134,28,217); }

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

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

 span { border-color: rgb(134,28,217); }

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