Html Css Color HEX #862EDB Blue Violet

📋 copy color: '#862EDB'

red 134 ◦ green 46 ◦ blue 219

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

Shades of Blue Violet #862EDB

Tints of Blue Violet #862EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.89%

R = 33.58%
G = 11.53%
B = 54.89%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#862EDB (or 0x862EDB) is known color: Blue Violet. HEX triplet: 86, 2E and DB. RGB value is (134,46,219). Sum of RGB (Red+Green+Blue) = 134+46+219=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #862EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862EDB is #79D124. Grayscale: #5B5B5B. Windows color (decimal): -7983397 or 14364294. OLE color: 14364294.

HSL color Cylindrical-coordinate representation of color #862EDB: hue angle of 270.52º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #862EDB is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 46 219 -
CMYK 0.39 0.79 0 0.14
HSL 270.52º 0.71% 0.52% -
HSV(B) 270.52º 0.79% 0.86% -
XYZ 23.59 12.14 68.12 -
YUV 92.03 199.65 157.93 -
System Red Green Blue C M Y K H S L
Decimal 134 46 219 0.39 0.79 0 0.14 270.52 0.71 0.52
Hex 86 2E DB 27 4F 0 E 10F 47 34
Octal 206 56 333 47 117 0 16 417 107 64
Binary 10000110 101110 11011011 100111 1001111 0 1110 100001111 1000111 110100

Color Harmonies of #862EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862EDB

Black with #862EDB

Text Example


Text Example

White with #862EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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