Html Css Color HEX #842DD5 Blue Violet

📋 copy color: '#842DD5'

red 132 ◦ green 45 ◦ blue 213

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

Shades of Blue Violet #842DD5

Tints of Blue Violet #842DD5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.54%

 BLUE value IS 213 (83.59% from 255) = 54.62%

R = 33.85%
G = 11.54%
B = 54.62%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#842DD5 (or 0x842DD5) is known color: Blue Violet. HEX triplet: 84, 2D and D5. RGB value is (132,45,213). Sum of RGB (Red+Green+Blue) = 132+45+213=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 213 (83.59% from 255 or 54.62% from 390); Max value from RGB is 213 - color contains mainly: blue. Hex color #842DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842DD5 is #7BD22A. Grayscale: #595959. Windows color (decimal): -8114731 or 13970820. OLE color: 13970820.

HSL color Cylindrical-coordinate representation of color #842DD5: hue angle of 271.07º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #842DD5 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 45 213 -
CMYK 0.38 0.79 0 0.16
HSL 271.07º 0.67% 0.51% -
HSV(B) 271.07º 0.79% 0.84% -
XYZ 22.46 11.59 64 -
YUV 90.17 197.32 157.84 -
System Red Green Blue C M Y K H S L
Decimal 132 45 213 0.38 0.79 0 0.16 271.07 0.67 0.51
Hex 84 2D D5 26 4F 0 10 10F 43 33
Octal 204 55 325 46 117 0 20 417 103 63
Binary 10000100 101101 11010101 100110 1001111 0 10000 100001111 1000011 110011

Color Harmonies of #842DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842DD5

Black with #842DD5

Text Example


Text Example

White with #842DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,45,213); }

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

background-color css

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

 a { background-color: rgb(132,45,213); }

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

border-color css

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

 span { border-color: rgb(132,45,213); }

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