Html Css Color HEX #84369B Vivid Violet

📋 copy color: '#84369B'

red 132 ◦ green 54 ◦ blue 155

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

Shades of Vivid Violet #84369B

Tints of Vivid Violet #84369B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.84%

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

R = 38.71%
G = 15.84%
B = 45.45%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84369B (or 0x84369B) is known color: Vivid Violet. HEX triplet: 84, 36 and 9B. RGB value is (132,54,155). Sum of RGB (Red+Green+Blue) = 132+54+155=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #84369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84369B is #7BC964. Grayscale: #585858. Windows color (decimal): -8112485 or 10172036. OLE color: 10172036.

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

Color convert

RGB 132 54 155 -
CMYK 0.15 0.65 0 0.39
HSL 286.34º 0.48% 0.41% -
HSV(B) 286.34º 0.65% 0.61% -
XYZ 16.75 9.91 32.04 -
YUV 88.84 165.34 158.79 -
System Red Green Blue C M Y K H S L
Decimal 132 54 155 0.15 0.65 0 0.39 286.34 0.48 0.41
Hex 84 36 9B F 41 0 27 11E 30 29
Octal 204 66 233 17 101 0 47 436 60 51
Binary 10000100 110110 10011011 1111 1000001 0 100111 100011110 110000 101001

Color Harmonies of #84369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84369B

Black with #84369B

Text Example


Text Example

White with #84369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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