Html Css Color HEX #84389C Vivid Violet

📋 copy color: '#84389C'

red 132 ◦ green 56 ◦ blue 156

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

Shades of Vivid Violet #84389C

Tints of Vivid Violet #84389C

RGB

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

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

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

R = 38.37%
G = 16.28%
B = 45.35%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84389C (or 0x84389C) is known color: Vivid Violet. HEX triplet: 84, 38 and 9C. RGB value is (132,56,156). Sum of RGB (Red+Green+Blue) = 132+56+156=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #84389C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84389C is #7BC763. Grayscale: #595959. Windows color (decimal): -8111972 or 10238084. OLE color: 10238084.

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

Color convert

RGB 132 56 156 -
CMYK 0.15 0.64 0 0.39
HSL 285.6º 0.47% 0.42% -
HSV(B) 285.6º 0.64% 0.61% -
XYZ 16.93 10.13 32.52 -
YUV 90.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 132 56 156 0.15 0.64 0 0.39 285.6 0.47 0.42
Hex 84 38 9C F 40 0 27 11E 2F 2A
Octal 204 70 234 17 100 0 47 436 57 52
Binary 10000100 111000 10011100 1111 1000000 0 100111 100011110 101111 101010

Color Harmonies of #84389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84389C

Black with #84389C

Text Example


Text Example

White with #84389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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