Html Css Color HEX #842CCC Blue Violet

📋 copy color: '#842CCC'

red 132 ◦ green 44 ◦ blue 204

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

Shades of Blue Violet #842CCC

Tints of Blue Violet #842CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.58%

 BLUE value IS 204 (80.08% from 255) = 53.68%

R = 34.74%
G = 11.58%
B = 53.68%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#842CCC (or 0x842CCC) is known color: Blue Violet. HEX triplet: 84, 2C and CC. RGB value is (132,44,204). Sum of RGB (Red+Green+Blue) = 132+44+204=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #842CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842CCC is #7BD333. Grayscale: #585858. Windows color (decimal): -8114996 or 13380740. OLE color: 13380740.

HSL color Cylindrical-coordinate representation of color #842CCC: hue angle of 273º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #842CCC is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 44 204 -
CMYK 0.35 0.78 0 0.2
HSL 273º 0.65% 0.49% -
HSV(B) 273º 0.78% 0.8% -
XYZ 21.32 11.07 58.14 -
YUV 88.55 193.15 158.99 -
System Red Green Blue C M Y K H S L
Decimal 132 44 204 0.35 0.78 0 0.2 273 0.65 0.49
Hex 84 2C CC 23 4E 0 14 111 41 31
Octal 204 54 314 43 116 0 24 421 101 61
Binary 10000100 101100 11001100 100011 1001110 0 10100 100010001 1000001 110001

Color Harmonies of #842CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842CCC

Black with #842CCC

Text Example


Text Example

White with #842CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,44,204); }

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

background-color css

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

 a { background-color: rgb(132,44,204); }

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

border-color css

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

 span { border-color: rgb(132,44,204); }

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