Html Css Color HEX #84369E Vivid Violet

📋 copy color: '#84369E'

red 132 ◦ green 54 ◦ blue 158

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

Shades of Vivid Violet #84369E

Tints of Vivid Violet #84369E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.93%

R = 38.37%
G = 15.7%
B = 45.93%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84369E (or 0x84369E) is known color: Vivid Violet. HEX triplet: 84, 36 and 9E. RGB value is (132,54,158). Sum of RGB (Red+Green+Blue) = 132+54+158=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 158 - color contains mainly: blue. Hex color #84369E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84369E is #7BC961. Grayscale: #585858. Windows color (decimal): -8112482 or 10368644. OLE color: 10368644.

HSL color Cylindrical-coordinate representation of color #84369E: hue angle of 285º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84369E is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 54 158 -
CMYK 0.16 0.66 0 0.38
HSL 285º 0.49% 0.42% -
HSV(B) 285º 0.66% 0.62% -
XYZ 17.01 10.01 33.38 -
YUV 89.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 132 54 158 0.16 0.66 0 0.38 285 0.49 0.42
Hex 84 36 9E 10 42 0 26 11D 31 2A
Octal 204 66 236 20 102 0 46 435 61 52
Binary 10000100 110110 10011110 10000 1000010 0 100110 100011101 110001 101010

Color Harmonies of #84369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84369E

Black with #84369E

Text Example


Text Example

White with #84369E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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