Html Css Color HEX #84389D Vivid Violet

📋 copy color: '#84389D'

red 132 ◦ green 56 ◦ blue 157

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

Shades of Vivid Violet #84389D

Tints of Vivid Violet #84389D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.23%

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

R = 38.26%
G = 16.23%
B = 45.51%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84389D (or 0x84389D) is known color: Vivid Violet. HEX triplet: 84, 38 and 9D. RGB value is (132,56,157). Sum of RGB (Red+Green+Blue) = 132+56+157=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #84389D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84389D is #7BC762. Grayscale: #595959. Windows color (decimal): -8111971 or 10303620. OLE color: 10303620.

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

Color convert

RGB 132 56 157 -
CMYK 0.16 0.64 0 0.38
HSL 285.15º 0.47% 0.42% -
HSV(B) 285.15º 0.64% 0.62% -
XYZ 17.02 10.17 32.96 -
YUV 90.24 165.68 157.79 -
System Red Green Blue C M Y K H S L
Decimal 132 56 157 0.16 0.64 0 0.38 285.15 0.47 0.42
Hex 84 38 9D 10 40 0 26 11D 2F 2A
Octal 204 70 235 20 100 0 46 435 57 52
Binary 10000100 111000 10011101 10000 1000000 0 100110 100011101 101111 101010

Color Harmonies of #84389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84389D

Black with #84389D

Text Example


Text Example

White with #84389D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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