Html Css Color HEX #84299B Vivid Violet

📋 copy color: '#84299B'

red 132 ◦ green 41 ◦ blue 155

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

Shades of Vivid Violet #84299B

Tints of Vivid Violet #84299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.5%

 BLUE value IS 155 (60.94% from 255) = 47.26%

R = 40.24%
G = 12.5%
B = 47.26%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84299B (or 0x84299B) is known color: Vivid Violet. HEX triplet: 84, 29 and 9B. RGB value is (132,41,155). Sum of RGB (Red+Green+Blue) = 132+41+155=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #84299B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84299B is #7BD664. Grayscale: #505050. Windows color (decimal): -8115813 or 10168708. OLE color: 10168708.

HSL color Cylindrical-coordinate representation of color #84299B: hue angle of 287.89º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84299B is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 41 155 -
CMYK 0.15 0.74 0 0.39
HSL 287.89º 0.58% 0.38% -
HSV(B) 287.89º 0.74% 0.61% -
XYZ 16.23 8.86 31.86 -
YUV 81.21 169.65 164.23 -
System Red Green Blue C M Y K H S L
Decimal 132 41 155 0.15 0.74 0 0.39 287.89 0.58 0.38
Hex 84 29 9B F 4A 0 27 120 3A 26
Octal 204 51 233 17 112 0 47 440 72 46
Binary 10000100 101001 10011011 1111 1001010 0 100111 100100000 111010 100110

Color Harmonies of #84299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84299B

Black with #84299B

Text Example


Text Example

White with #84299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84299B; }

 p { color: rgb(132,41,155); }

 H1.HeaderClassName
 {
   color: #84299B;
 }
 .AnyTagClassName
 {
   color: #84299B;
 }
</style>

background-color css

<style>
 a { background-color: #84299B; }

 a { background-color: rgb(132,41,155); }

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

border-color css

<style>
 span { border-color: #84299B; }

 span { border-color: rgb(132,41,155); }

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