Html Css Color HEX #843482 Vivid Violet

📋 copy color: '#843482'

red 132 ◦ green 52 ◦ blue 130

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

Shades of Vivid Violet #843482

Tints of Vivid Violet #843482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 42.04%
G = 16.56%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#843482 (or 0x843482) is known color: Vivid Violet. HEX triplet: 84, 34 and 82. RGB value is (132,52,130). Sum of RGB (Red+Green+Blue) = 132+52+130=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #843482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843482 is #7BCB7D. Grayscale: #545454. Windows color (decimal): -8113022 or 8533124. OLE color: 8533124.

HSL color Cylindrical-coordinate representation of color #843482: hue angle of 301.5º 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 #843482 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 52 130 -
CMYK 0 0.61 0.02 0.48
HSL 301.5º 0.43% 0.36% -
HSV(B) 301.5º 0.61% 0.52% -
XYZ 14.77 8.97 22.07 -
YUV 84.81 153.5 161.66 -
System Red Green Blue C M Y K H S L
Decimal 132 52 130 0 0.61 0.02 0.48 301.5 0.43 0.36
Hex 84 34 82 0 3D 2 30 12E 2B 24
Octal 204 64 202 0 75 2 60 456 53 44
Binary 10000100 110100 10000010 0 111101 10 110000 100101110 101011 100100

Color Harmonies of #843482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843482

Black with #843482

Text Example


Text Example

White with #843482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843482; }

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

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

background-color css

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

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

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

border-color css

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

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

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