Html Css Color HEX #84368C Vivid Violet

📋 copy color: '#84368C'

red 132 ◦ green 54 ◦ blue 140

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

Shades of Vivid Violet #84368C

Tints of Vivid Violet #84368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.94%

R = 40.49%
G = 16.56%
B = 42.94%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84368C (or 0x84368C) is known color: Vivid Violet. HEX triplet: 84, 36 and 8C. RGB value is (132,54,140). Sum of RGB (Red+Green+Blue) = 132+54+140=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #84368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84368C is #7BC973. Grayscale: #565656. Windows color (decimal): -8112500 or 9188996. OLE color: 9188996.

HSL color Cylindrical-coordinate representation of color #84368C: hue angle of 294.42º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84368C is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 54 140 -
CMYK 0.06 0.61 0 0.45
HSL 294.42º 0.44% 0.38% -
HSV(B) 294.42º 0.61% 0.55% -
XYZ 15.57 9.44 25.81 -
YUV 87.13 157.84 160.01 -
System Red Green Blue C M Y K H S L
Decimal 132 54 140 0.06 0.61 0 0.45 294.42 0.44 0.38
Hex 84 36 8C 6 3D 0 2D 126 2C 26
Octal 204 66 214 6 75 0 55 446 54 46
Binary 10000100 110110 10001100 110 111101 0 101101 100100110 101100 100110

Color Harmonies of #84368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84368C

Black with #84368C

Text Example


Text Example

White with #84368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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