Html Css Color HEX #862EDD Blue Violet

📋 copy color: '#862EDD'

red 134 ◦ green 46 ◦ blue 221

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

Shades of Blue Violet #862EDD

Tints of Blue Violet #862EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.11%

R = 33.42%
G = 11.47%
B = 55.11%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#862EDD (or 0x862EDD) is known color: Blue Violet. HEX triplet: 86, 2E and DD. RGB value is (134,46,221). Sum of RGB (Red+Green+Blue) = 134+46+221=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #862EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862EDD is #79D122. Grayscale: #5B5B5B. Windows color (decimal): -7983395 or 14495366. OLE color: 14495366.

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

Color convert

RGB 134 46 221 -
CMYK 0.39 0.79 0 0.13
HSL 270.17º 0.72% 0.52% -
HSV(B) 270.17º 0.79% 0.87% -
XYZ 23.86 12.24 69.51 -
YUV 92.26 200.65 157.77 -
System Red Green Blue C M Y K H S L
Decimal 134 46 221 0.39 0.79 0 0.13 270.17 0.72 0.52
Hex 86 2E DD 27 4F 0 D 10E 48 34
Octal 206 56 335 47 117 0 15 416 110 64
Binary 10000110 101110 11011101 100111 1001111 0 1101 100001110 1001000 110100

Color Harmonies of #862EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862EDD

Black with #862EDD

Text Example


Text Example

White with #862EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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