Html Css Color HEX #843382 Vivid Violet

📋 copy color: '#843382'

red 132 ◦ green 51 ◦ blue 130

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

Shades of Vivid Violet #843382

Tints of Vivid Violet #843382

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.29%

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

R = 42.17%
G = 16.29%
B = 41.53%

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

#843382 (or 0x843382) is known color: Vivid Violet. HEX triplet: 84, 33 and 82. RGB value is (132,51,130). Sum of RGB (Red+Green+Blue) = 132+51+130=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #843382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843382 is #7BCC7D. Grayscale: #535353. Windows color (decimal): -8113278 or 8532868. OLE color: 8532868.

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

Color convert

RGB 132 51 130 -
CMYK 0 0.61 0.02 0.48
HSL 301.48º 0.44% 0.36% -
HSV(B) 301.48º 0.61% 0.52% -
XYZ 14.73 8.88 22.06 -
YUV 84.23 153.84 162.08 -
System Red Green Blue C M Y K H S L
Decimal 132 51 130 0 0.61 0.02 0.48 301.48 0.44 0.36
Hex 84 33 82 0 3D 2 30 12D 2C 24
Octal 204 63 202 0 75 2 60 455 54 44
Binary 10000100 110011 10000010 0 111101 10 110000 100101101 101100 100100

Color Harmonies of #843382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843382

Black with #843382

Text Example


Text Example

White with #843382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843382; }

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

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

background-color css

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

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

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

border-color css

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

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

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