Html Css Color HEX #84448B Vivid Violet

📋 copy color: '#84448B'

red 132 ◦ green 68 ◦ blue 139

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

Shades of Vivid Violet #84448B

Tints of Vivid Violet #84448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.06%

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

R = 38.94%
G = 20.06%
B = 41%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84448B (or 0x84448B) is known color: Vivid Violet. HEX triplet: 84, 44 and 8B. RGB value is (132,68,139). Sum of RGB (Red+Green+Blue) = 132+68+139=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #84448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84448B is #7BBB74. Grayscale: #5F5F5F. Windows color (decimal): -8108917 or 9127044. OLE color: 9127044.

HSL color Cylindrical-coordinate representation of color #84448B: hue angle of 294.08º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84448B is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 68 139 -
CMYK 0.05 0.51 0 0.45
HSL 294.08º 0.34% 0.41% -
HSV(B) 294.08º 0.51% 0.55% -
XYZ 16.24 10.9 25.67 -
YUV 95.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 132 68 139 0.05 0.51 0 0.45 294.08 0.34 0.41
Hex 84 44 8B 5 33 0 2D 126 22 29
Octal 204 104 213 5 63 0 55 446 42 51
Binary 10000100 1000100 10001011 101 110011 0 101101 100100110 100010 101001

Color Harmonies of #84448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84448B

Black with #84448B

Text Example


Text Example

White with #84448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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