Html Css Color HEX #842BAB Vivid Violet

📋 copy color: '#842BAB'

red 132 ◦ green 43 ◦ blue 171

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

Shades of Vivid Violet #842BAB

Tints of Vivid Violet #842BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.42%

R = 38.15%
G = 12.43%
B = 49.42%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#842BAB (or 0x842BAB) is known color: Vivid Violet. HEX triplet: 84, 2B and AB. RGB value is (132,43,171). Sum of RGB (Red+Green+Blue) = 132+43+171=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #842BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842BAB is #7BD454. Grayscale: #535353. Windows color (decimal): -8115285 or 11217796. OLE color: 11217796.

HSL color Cylindrical-coordinate representation of color #842BAB: hue angle of 281.72º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842BAB is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 43 171 -
CMYK 0.23 0.75 0 0.33
HSL 281.72º 0.6% 0.42% -
HSV(B) 281.72º 0.75% 0.67% -
XYZ 17.73 9.57 39.44 -
YUV 84.2 176.99 162.09 -
System Red Green Blue C M Y K H S L
Decimal 132 43 171 0.23 0.75 0 0.33 281.72 0.6 0.42
Hex 84 2B AB 17 4B 0 21 11A 3C 2A
Octal 204 53 253 27 113 0 41 432 74 52
Binary 10000100 101011 10101011 10111 1001011 0 100001 100011010 111100 101010

Color Harmonies of #842BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842BAB

Black with #842BAB

Text Example


Text Example

White with #842BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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