Html Css Color HEX #842ADD Blue Violet

📋 copy color: '#842ADD'

red 132 ◦ green 42 ◦ blue 221

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

Shades of Blue Violet #842ADD

Tints of Blue Violet #842ADD

RGB

 RED value IS 132 (51.95% from 255) = 33.42%

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

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

R = 33.42%
G = 10.63%
B = 55.95%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#842ADD (or 0x842ADD) is known color: Blue Violet. HEX triplet: 84, 2A and DD. RGB value is (132,42,221). Sum of RGB (Red+Green+Blue) = 132+42+221=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #842ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842ADD is #7BD522. Grayscale: #585858. Windows color (decimal): -8115491 or 14494340. OLE color: 14494340.

HSL color Cylindrical-coordinate representation of color #842ADD: 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.81%. Process color model (Four color, CMYK) of #842ADD is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 42 221 -
CMYK 0.40 0.81 0 0.13
HSL 270.17º 0.72% 0.52% -
HSV(B) 270.17º 0.81% 0.87% -
XYZ 23.39 11.78 69.45 -
YUV 89.32 202.32 158.45 -
System Red Green Blue C M Y K H S L
Decimal 132 42 221 0.40 0.81 0 0.13 270.17 0.72 0.52
Hex 84 2A DD 28 51 0 D 10E 48 34
Octal 204 52 335 50 121 0 15 416 110 64
Binary 10000100 101010 11011101 101000 1010001 0 1101 100001110 1001000 110100

Color Harmonies of #842ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842ADD

Black with #842ADD

Text Example


Text Example

White with #842ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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