Html Css Color HEX #862BE1 Blue Violet

📋 copy color: '#862BE1'

red 134 ◦ green 43 ◦ blue 225

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

Shades of Blue Violet #862BE1

Tints of Blue Violet #862BE1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.7%

 BLUE value IS 225 (88.28% from 255) = 55.97%

R = 33.33%
G = 10.7%
B = 55.97%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#862BE1 (or 0x862BE1) is known color: Blue Violet. HEX triplet: 86, 2B and E1. RGB value is (134,43,225). Sum of RGB (Red+Green+Blue) = 134+43+225=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 225 (88.28% from 255 or 55.97% from 402); Max value from RGB is 225 - color contains mainly: blue. Hex color #862BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862BE1 is #79D41E. Grayscale: #5A5A5A. Windows color (decimal): -7984159 or 14756742. OLE color: 14756742.

HSL color Cylindrical-coordinate representation of color #862BE1: hue angle of 270º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #862BE1 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 43 225 -
CMYK 0.40 0.81 0 0.12
HSL 270º 0.75% 0.53% -
HSV(B) 270º 0.81% 0.88% -
XYZ 24.29 12.23 72.32 -
YUV 90.96 203.65 158.7 -
System Red Green Blue C M Y K H S L
Decimal 134 43 225 0.40 0.81 0 0.12 270 0.75 0.53
Hex 86 2B E1 28 51 0 C 10E 4B 35
Octal 206 53 341 50 121 0 14 416 113 65
Binary 10000110 101011 11100001 101000 1010001 0 1100 100001110 1001011 110101

Color Harmonies of #862BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862BE1

Black with #862BE1

Text Example


Text Example

White with #862BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,43,225); }

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

background-color css

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

 a { background-color: rgb(134,43,225); }

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

border-color css

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

 span { border-color: rgb(134,43,225); }

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