Html Css Color HEX #84368B Vivid Violet

📋 copy color: '#84368B'

red 132 ◦ green 54 ◦ blue 139

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

Shades of Vivid Violet #84368B

Tints of Vivid Violet #84368B

RGB

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

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

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

R = 40.62%
G = 16.62%
B = 42.77%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84368B (or 0x84368B) is known color: Vivid Violet. HEX triplet: 84, 36 and 8B. RGB value is (132,54,139). Sum of RGB (Red+Green+Blue) = 132+54+139=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #84368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84368B is #7BC974. Grayscale: #565656. Windows color (decimal): -8112501 or 9123460. OLE color: 9123460.

HSL color Cylindrical-coordinate representation of color #84368B: hue angle of 295.06º 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 #84368B is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 54 139 -
CMYK 0.05 0.61 0 0.45
HSL 295.06º 0.44% 0.38% -
HSV(B) 295.06º 0.61% 0.55% -
XYZ 15.5 9.41 25.43 -
YUV 87.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 132 54 139 0.05 0.61 0 0.45 295.06 0.44 0.38
Hex 84 36 8B 5 3D 0 2D 127 2C 26
Octal 204 66 213 5 75 0 55 447 54 46
Binary 10000100 110110 10001011 101 111101 0 101101 100100111 101100 100110

Color Harmonies of #84368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84368B

Black with #84368B

Text Example


Text Example

White with #84368B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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