Html Css Color HEX #84469D Vivid Violet

📋 copy color: '#84469D'

red 132 ◦ green 70 ◦ blue 157

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

Shades of Vivid Violet #84469D

Tints of Vivid Violet #84469D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.73%

R = 36.77%
G = 19.5%
B = 43.73%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84469D (or 0x84469D) is known color: Vivid Violet. HEX triplet: 84, 46 and 9D. RGB value is (132,70,157). Sum of RGB (Red+Green+Blue) = 132+70+157=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #84469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84469D is #7BB962. Grayscale: #626262. Windows color (decimal): -8108387 or 10307204. OLE color: 10307204.

HSL color Cylindrical-coordinate representation of color #84469D: hue angle of 282.76º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84469D is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 70 157 -
CMYK 0.16 0.55 0 0.38
HSL 282.76º 0.38% 0.45% -
HSV(B) 282.76º 0.55% 0.62% -
XYZ 17.79 11.72 33.22 -
YUV 98.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 132 70 157 0.16 0.55 0 0.38 282.76 0.38 0.45
Hex 84 46 9D 10 37 0 26 11B 26 2D
Octal 204 106 235 20 67 0 46 433 46 55
Binary 10000100 1000110 10011101 10000 110111 0 100110 100011011 100110 101101

Color Harmonies of #84469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84469D

Black with #84469D

Text Example


Text Example

White with #84469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84469D; }

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

 H1.HeaderClassName
 {
   color: #84469D;
 }
 .AnyTagClassName
 {
   color: #84469D;
 }
</style>

background-color css

<style>
 a { background-color: #84469D; }

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

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

border-color css

<style>
 span { border-color: #84469D; }

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

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