#862CD9

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

Shades of Blue Violet #862CD9

Tints of Blue Violet #862CD9

Color information

#862CD9 (or 0x862CD9) is unknown color: approx Blue Violet. HEX triplet: 86, 2C and D9. RGB value is (134,44,217). Sum of RGB (Red+Green+Blue) = 134+44+217=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 217 (85.16% from 255 or 54.94% from 395); Max value from RGB is 217 - color contains mainly: blue. Hex color #862CD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862CD9 is #79D326. Grayscale: #5A5A5A. Windows color (decimal): -7983911 or 14232710. OLE color: 14232710.

HSL color Cylindrical-coordinate representation of color #862CD9: hue angle of 271.21º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #862CD9 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13444217-
CMYK0.380.8000.15
HSL271.21º69.48%51.18%-
HSV(B)271.21º79.72%85.1%-
XYZ23.2611.8866.71-
YUV90.63199.32158.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.92%
GREEN value IS 44 (17.58% from 255) = 11.14%
BLUE value IS 217 (85.16% from 255) = 54.94%
R=33.92%
G=11.14%
B=54.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal134442170.380.8000.15271.2169.4851.18
Hex862CD926500F10f4533
Octal206543314612001741710563
Binary10000110101100110110011001101010000011111000011111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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