Html Css Color HEX #843484 Vivid Violet

📋 copy color: '#843484'

red 132 ◦ green 52 ◦ blue 132

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

Shades of Vivid Violet #843484

Tints of Vivid Violet #843484

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.46%

 BLUE value IS 132 (51.95% from 255) = 41.77%

R = 41.77%
G = 16.46%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#843484 (or 0x843484) is known color: Vivid Violet. HEX triplet: 84, 34 and 84. RGB value is (132,52,132). Sum of RGB (Red+Green+Blue) = 132+52+132=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #843484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843484 is #7BCB7B. Grayscale: #545454. Windows color (decimal): -8113020 or 8664196. OLE color: 8664196.

HSL color Cylindrical-coordinate representation of color #843484: hue angle of 300º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #843484 is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 52 132 -
CMYK 0 0.61 0 0.48
HSL 300º 0.43% 0.36% -
HSV(B) 300º 0.61% 0.52% -
XYZ 14.91 9.03 22.79 -
YUV 85.04 154.5 161.5 -
System Red Green Blue C M Y K H S L
Decimal 132 52 132 0 0.61 0 0.48 300 0.43 0.36
Hex 84 34 84 0 3D 0 30 12C 2B 24
Octal 204 64 204 0 75 0 60 454 53 44
Binary 10000100 110100 10000100 0 111101 0 110000 100101100 101011 100100

Color Harmonies of #843484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843484

Black with #843484

Text Example


Text Example

White with #843484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843484; }

 p { color: rgb(132,52,132); }

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

background-color css

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

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

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

border-color css

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

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

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