Html Css Color HEX #84279B Vivid Violet

📋 copy color: '#84279B'

red 132 ◦ green 39 ◦ blue 155

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

Shades of Vivid Violet #84279B

Tints of Vivid Violet #84279B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.96%

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

R = 40.49%
G = 11.96%
B = 47.55%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84279B (or 0x84279B) is known color: Vivid Violet. HEX triplet: 84, 27 and 9B. RGB value is (132,39,155). Sum of RGB (Red+Green+Blue) = 132+39+155=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #84279B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84279B is #7BD864. Grayscale: #4F4F4F. Windows color (decimal): -8116325 or 10168196. OLE color: 10168196.

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

Color convert

RGB 132 39 155 -
CMYK 0.15 0.75 0 0.39
HSL 288.1º 0.6% 0.38% -
HSV(B) 288.1º 0.75% 0.61% -
XYZ 16.16 8.72 31.84 -
YUV 80.03 170.31 165.07 -
System Red Green Blue C M Y K H S L
Decimal 132 39 155 0.15 0.75 0 0.39 288.1 0.6 0.38
Hex 84 27 9B F 4B 0 27 120 3C 26
Octal 204 47 233 17 113 0 47 440 74 46
Binary 10000100 100111 10011011 1111 1001011 0 100111 100100000 111100 100110

Color Harmonies of #84279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84279B

Black with #84279B

Text Example


Text Example

White with #84279B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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