Html Css Color HEX #84359D Vivid Violet

📋 copy color: '#84359D'

red 132 ◦ green 53 ◦ blue 157

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

Shades of Vivid Violet #84359D

Tints of Vivid Violet #84359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.5%

 BLUE value IS 157 (61.72% from 255) = 45.91%

R = 38.6%
G = 15.5%
B = 45.91%

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

#84359D (or 0x84359D) is known color: Vivid Violet. HEX triplet: 84, 35 and 9D. RGB value is (132,53,157). Sum of RGB (Red+Green+Blue) = 132+53+157=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #84359D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84359D is #7BCA62. Grayscale: #585858. Windows color (decimal): -8112739 or 10302852. OLE color: 10302852.

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

Color convert

RGB 132 53 157 -
CMYK 0.16 0.66 0 0.38
HSL 285.58º 0.5% 0.41% -
HSV(B) 285.58º 0.66% 0.62% -
XYZ 16.87 9.89 32.92 -
YUV 88.48 166.67 159.04 -
System Red Green Blue C M Y K H S L
Decimal 132 53 157 0.16 0.66 0 0.38 285.58 0.5 0.41
Hex 84 35 9D 10 42 0 26 11E 32 29
Octal 204 65 235 20 102 0 46 436 62 51
Binary 10000100 110101 10011101 10000 1000010 0 100110 100011110 110010 101001

Color Harmonies of #84359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84359D

Black with #84359D

Text Example


Text Example

White with #84359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84359D; }

 p { color: rgb(132,53,157); }

 H1.HeaderClassName
 {
   color: #84359D;
 }
 .AnyTagClassName
 {
   color: #84359D;
 }
</style>

background-color css

<style>
 a { background-color: #84359D; }

 a { background-color: rgb(132,53,157); }

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

border-color css

<style>
 span { border-color: #84359D; }

 span { border-color: rgb(132,53,157); }

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