Html Css Color HEX #842BCC Blue Violet

📋 copy color: '#842BCC'

red 132 ◦ green 43 ◦ blue 204

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

Shades of Blue Violet #842BCC

Tints of Blue Violet #842BCC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.35%

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

R = 34.83%
G = 11.35%
B = 53.83%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#842BCC (or 0x842BCC) is known color: Blue Violet. HEX triplet: 84, 2B and CC. RGB value is (132,43,204). Sum of RGB (Red+Green+Blue) = 132+43+204=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #842BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842BCC is #7BD433. Grayscale: #575757. Windows color (decimal): -8115252 or 13380484. OLE color: 13380484.

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

Color convert

RGB 132 43 204 -
CMYK 0.35 0.79 0 0.2
HSL 273.17º 0.65% 0.48% -
HSV(B) 273.17º 0.79% 0.8% -
XYZ 21.28 10.99 58.13 -
YUV 87.97 193.49 159.41 -
System Red Green Blue C M Y K H S L
Decimal 132 43 204 0.35 0.79 0 0.2 273.17 0.65 0.48
Hex 84 2B CC 23 4F 0 14 111 41 30
Octal 204 53 314 43 117 0 24 421 101 60
Binary 10000100 101011 11001100 100011 1001111 0 10100 100010001 1000001 110000

Color Harmonies of #842BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842BCC

Black with #842BCC

Text Example


Text Example

White with #842BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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