Html Css Color HEX #84378B Vivid Violet

📋 copy color: '#84378B'

red 132 ◦ green 55 ◦ blue 139

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

Shades of Vivid Violet #84378B

Tints of Vivid Violet #84378B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.87%

 BLUE value IS 139 (54.69% from 255) = 42.64%

R = 40.49%
G = 16.87%
B = 42.64%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84378B (or 0x84378B) is known color: Vivid Violet. HEX triplet: 84, 37 and 8B. RGB value is (132,55,139). Sum of RGB (Red+Green+Blue) = 132+55+139=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #84378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84378B is #7BC874. Grayscale: #575757. Windows color (decimal): -8112245 or 9123716. OLE color: 9123716.

HSL color Cylindrical-coordinate representation of color #84378B: hue angle of 295º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84378B is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 55 139 -
CMYK 0.05 0.60 0 0.45
HSL 295º 0.43% 0.38% -
HSV(B) 295º 0.6% 0.55% -
XYZ 15.54 9.5 25.44 -
YUV 87.6 157.01 159.67 -
System Red Green Blue C M Y K H S L
Decimal 132 55 139 0.05 0.60 0 0.45 295 0.43 0.38
Hex 84 37 8B 5 3C 0 2D 127 2B 26
Octal 204 67 213 5 74 0 55 447 53 46
Binary 10000100 110111 10001011 101 111100 0 101101 100100111 101011 100110

Color Harmonies of #84378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84378B

Black with #84378B

Text Example


Text Example

White with #84378B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84378B; }

 p { color: rgb(132,55,139); }

 H1.HeaderClassName
 {
   color: #84378B;
 }
 .AnyTagClassName
 {
   color: #84378B;
 }
</style>

background-color css

<style>
 a { background-color: #84378B; }

 a { background-color: rgb(132,55,139); }

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

border-color css

<style>
 span { border-color: #84378B; }

 span { border-color: rgb(132,55,139); }

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