Html Css Color HEX #84369C Vivid Violet

📋 copy color: '#84369C'

red 132 ◦ green 54 ◦ blue 156

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

Shades of Vivid Violet #84369C

Tints of Vivid Violet #84369C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.61%

R = 38.6%
G = 15.79%
B = 45.61%

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

#84369C (or 0x84369C) is known color: Vivid Violet. HEX triplet: 84, 36 and 9C. RGB value is (132,54,156). Sum of RGB (Red+Green+Blue) = 132+54+156=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #84369C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84369C is #7BC963. Grayscale: #585858. Windows color (decimal): -8112484 or 10237572. OLE color: 10237572.

HSL color Cylindrical-coordinate representation of color #84369C: hue angle of 285.88º degrees, saturation: 0.49, 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 #84369C is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 54 156 -
CMYK 0.15 0.65 0 0.39
HSL 285.88º 0.49% 0.41% -
HSV(B) 285.88º 0.65% 0.61% -
XYZ 16.84 9.94 32.48 -
YUV 88.95 165.84 158.71 -
System Red Green Blue C M Y K H S L
Decimal 132 54 156 0.15 0.65 0 0.39 285.88 0.49 0.41
Hex 84 36 9C F 41 0 27 11E 31 29
Octal 204 66 234 17 101 0 47 436 61 51
Binary 10000100 110110 10011100 1111 1000001 0 100111 100011110 110001 101001

Color Harmonies of #84369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84369C

Black with #84369C

Text Example


Text Example

White with #84369C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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