Html Css Color HEX #84468A Vivid Violet

📋 copy color: '#84468A'

red 132 ◦ green 70 ◦ blue 138

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

Shades of Vivid Violet #84468A

Tints of Vivid Violet #84468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.59%

 BLUE value IS 138 (54.3% from 255) = 40.59%

R = 38.82%
G = 20.59%
B = 40.59%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#84468A (or 0x84468A) is known color: Vivid Violet. HEX triplet: 84, 46 and 8A. RGB value is (132,70,138). Sum of RGB (Red+Green+Blue) = 132+70+138=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #84468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84468A is #7BB975. Grayscale: #606060. Windows color (decimal): -8108406 or 9062020. OLE color: 9062020.

HSL color Cylindrical-coordinate representation of color #84468A: hue angle of 294.71º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84468A is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 132 70 138 -
CMYK 0.04 0.49 0 0.46
HSL 294.71º 0.33% 0.41% -
HSV(B) 294.71º 0.49% 0.54% -
XYZ 16.29 11.12 25.33 -
YUV 96.29 151.54 153.47 -
System Red Green Blue C M Y K H S L
Decimal 132 70 138 0.04 0.49 0 0.46 294.71 0.33 0.41
Hex 84 46 8A 4 31 0 2E 127 21 29
Octal 204 106 212 4 61 0 56 447 41 51
Binary 10000100 1000110 10001010 100 110001 0 101110 100100111 100001 101001

Color Harmonies of #84468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84468A

Black with #84468A

Text Example


Text Example

White with #84468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84468A; }

 p { color: rgb(132,70,138); }

 H1.HeaderClassName
 {
   color: #84468A;
 }
 .AnyTagClassName
 {
   color: #84468A;
 }
</style>

background-color css

<style>
 a { background-color: #84468A; }

 a { background-color: rgb(132,70,138); }

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

border-color css

<style>
 span { border-color: #84468A; }

 span { border-color: rgb(132,70,138); }

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