Html Css Color HEX #862ED2 Blue Violet

📋 copy color: '#862ED2'

red 134 ◦ green 46 ◦ blue 210

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

Shades of Blue Violet #862ED2

Tints of Blue Violet #862ED2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.79%

 BLUE value IS 210 (82.42% from 255) = 53.85%

R = 34.36%
G = 11.79%
B = 53.85%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#862ED2 (or 0x862ED2) is known color: Blue Violet. HEX triplet: 86, 2E and D2. RGB value is (134,46,210). Sum of RGB (Red+Green+Blue) = 134+46+210=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 210 (82.42% from 255 or 53.85% from 390); Max value from RGB is 210 - color contains mainly: blue. Hex color #862ED2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862ED2 is #79D12D. Grayscale: #5A5A5A. Windows color (decimal): -7983406 or 13774470. OLE color: 13774470.

HSL color Cylindrical-coordinate representation of color #862ED2: hue angle of 272.2º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #862ED2 is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 46 210 -
CMYK 0.36 0.78 0 0.18
HSL 272.2º 0.65% 0.5% -
HSV(B) 272.2º 0.78% 0.82% -
XYZ 22.44 11.68 62.04 -
YUV 91.01 195.15 158.66 -
System Red Green Blue C M Y K H S L
Decimal 134 46 210 0.36 0.78 0 0.18 272.2 0.65 0.5
Hex 86 2E D2 24 4E 0 12 110 41 32
Octal 206 56 322 44 116 0 22 420 101 62
Binary 10000110 101110 11010010 100100 1001110 0 10010 100010000 1000001 110010

Color Harmonies of #862ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862ED2

Black with #862ED2

Text Example


Text Example

White with #862ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,46,210); }

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

background-color css

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

 a { background-color: rgb(134,46,210); }

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

border-color css

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

 span { border-color: rgb(134,46,210); }

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