Html Css Color HEX #84289B Vivid Violet

📋 copy color: '#84289B'

red 132 ◦ green 40 ◦ blue 155

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

Shades of Vivid Violet #84289B

Tints of Vivid Violet #84289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.23%

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

R = 40.37%
G = 12.23%
B = 47.4%

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

#84289B (or 0x84289B) is known color: Vivid Violet. HEX triplet: 84, 28 and 9B. RGB value is (132,40,155). Sum of RGB (Red+Green+Blue) = 132+40+155=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #84289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84289B is #7BD764. Grayscale: #505050. Windows color (decimal): -8116069 or 10168452. OLE color: 10168452.

HSL color Cylindrical-coordinate representation of color #84289B: hue angle of 288º degrees, saturation: 0.59, 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 #84289B is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 40 155 -
CMYK 0.15 0.74 0 0.39
HSL 288º 0.59% 0.38% -
HSV(B) 288º 0.74% 0.61% -
XYZ 16.19 8.79 31.85 -
YUV 80.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 132 40 155 0.15 0.74 0 0.39 288 0.59 0.38
Hex 84 28 9B F 4A 0 27 120 3B 26
Octal 204 50 233 17 112 0 47 440 73 46
Binary 10000100 101000 10011011 1111 1001010 0 100111 100100000 111011 100110

Color Harmonies of #84289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84289B

Black with #84289B

Text Example


Text Example

White with #84289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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