Html Css Color HEX #862ADD Blue Violet

📋 copy color: '#862ADD'

red 134 ◦ green 42 ◦ blue 221

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

Shades of Blue Violet #862ADD

Tints of Blue Violet #862ADD

RGB

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

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

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

R = 33.75%
G = 10.58%
B = 55.67%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#862ADD (or 0x862ADD) is known color: Blue Violet. HEX triplet: 86, 2A and DD. RGB value is (134,42,221). Sum of RGB (Red+Green+Blue) = 134+42+221=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #862ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862ADD is #79D522. Grayscale: #595959. Windows color (decimal): -7984419 or 14494342. OLE color: 14494342.

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

Color convert

RGB 134 42 221 -
CMYK 0.39 0.81 0 0.13
HSL 270.84º 0.72% 0.52% -
HSV(B) 270.84º 0.81% 0.87% -
XYZ 23.71 11.94 69.46 -
YUV 89.91 201.98 159.45 -
System Red Green Blue C M Y K H S L
Decimal 134 42 221 0.39 0.81 0 0.13 270.84 0.72 0.52
Hex 86 2A DD 27 51 0 D 10F 48 34
Octal 206 52 335 47 121 0 15 417 110 64
Binary 10000110 101010 11011101 100111 1010001 0 1101 100001111 1001000 110100

Color Harmonies of #862ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862ADD

Black with #862ADD

Text Example


Text Example

White with #862ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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