Html Css Color HEX #842BAF Vivid Violet

📋 copy color: '#842BAF'

red 132 ◦ green 43 ◦ blue 175

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

Shades of Vivid Violet #842BAF

Tints of Vivid Violet #842BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 50%

R = 37.71%
G = 12.29%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#842BAF (or 0x842BAF) is known color: Vivid Violet. HEX triplet: 84, 2B and AF. RGB value is (132,43,175). Sum of RGB (Red+Green+Blue) = 132+43+175=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #842BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842BAF is #7BD450. Grayscale: #545454. Windows color (decimal): -8115281 or 11479940. OLE color: 11479940.

HSL color Cylindrical-coordinate representation of color #842BAF: hue angle of 280.45º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842BAF is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 43 175 -
CMYK 0.25 0.75 0 0.31
HSL 280.45º 0.61% 0.43% -
HSV(B) 280.45º 0.75% 0.69% -
XYZ 18.12 9.73 41.48 -
YUV 84.66 178.99 161.77 -
System Red Green Blue C M Y K H S L
Decimal 132 43 175 0.25 0.75 0 0.31 280.45 0.61 0.43
Hex 84 2B AF 19 4B 0 1F 118 3D 2B
Octal 204 53 257 31 113 0 37 430 75 53
Binary 10000100 101011 10101111 11001 1001011 0 11111 100011000 111101 101011

Color Harmonies of #842BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842BAF

Black with #842BAF

Text Example


Text Example

White with #842BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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