Html Css Color HEX #862AD6 Blue Violet

📋 copy color: '#862AD6'

red 134 ◦ green 42 ◦ blue 214

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

Shades of Blue Violet #862AD6

Tints of Blue Violet #862AD6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.77%

 BLUE value IS 214 (83.98% from 255) = 54.87%

R = 34.36%
G = 10.77%
B = 54.87%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#862AD6 (or 0x862AD6) is known color: Blue Violet. HEX triplet: 86, 2A and D6. RGB value is (134,42,214). Sum of RGB (Red+Green+Blue) = 134+42+214=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #862AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862AD6 is #79D529. Grayscale: #585858. Windows color (decimal): -7984426 or 14035590. OLE color: 14035590.

HSL color Cylindrical-coordinate representation of color #862AD6: hue angle of 272.09º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #862AD6 is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 42 214 -
CMYK 0.37 0.80 0 0.16
HSL 272.09º 0.68% 0.5% -
HSV(B) 272.09º 0.8% 0.84% -
XYZ 22.8 11.58 64.65 -
YUV 89.12 198.48 160.01 -
System Red Green Blue C M Y K H S L
Decimal 134 42 214 0.37 0.80 0 0.16 272.09 0.68 0.5
Hex 86 2A D6 25 50 0 10 110 44 32
Octal 206 52 326 45 120 0 20 420 104 62
Binary 10000110 101010 11010110 100101 1010000 0 10000 100010000 1000100 110010

Color Harmonies of #862AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862AD6

Black with #862AD6

Text Example


Text Example

White with #862AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,42,214); }

 H1.HeaderClassName
 {
   color: #862AD6;
 }
 .AnyTagClassName
 {
   color: #862AD6;
 }
</style>

background-color css

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

 a { background-color: rgb(134,42,214); }

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

border-color css

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

 span { border-color: rgb(134,42,214); }

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