Html Css Color HEX #843495 Vivid Violet

📋 copy color: '#843495'

red 132 ◦ green 52 ◦ blue 149

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

Shades of Vivid Violet #843495

Tints of Vivid Violet #843495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.74%

R = 39.64%
G = 15.62%
B = 44.74%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#843495 (or 0x843495) is known color: Vivid Violet. HEX triplet: 84, 34 and 95. RGB value is (132,52,149). Sum of RGB (Red+Green+Blue) = 132+52+149=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #843495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843495 is #7BCB6A. Grayscale: #565656. Windows color (decimal): -8113003 or 9778308. OLE color: 9778308.

HSL color Cylindrical-coordinate representation of color #843495: hue angle of 289.48º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #843495 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 52 149 -
CMYK 0.11 0.65 0 0.42
HSL 289.48º 0.48% 0.39% -
HSV(B) 289.48º 0.65% 0.58% -
XYZ 16.17 9.53 29.42 -
YUV 86.98 163 160.11 -
System Red Green Blue C M Y K H S L
Decimal 132 52 149 0.11 0.65 0 0.42 289.48 0.48 0.39
Hex 84 34 95 B 41 0 2A 121 30 27
Octal 204 64 225 13 101 0 52 441 60 47
Binary 10000100 110100 10010101 1011 1000001 0 101010 100100001 110000 100111

Color Harmonies of #843495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843495

Black with #843495

Text Example


Text Example

White with #843495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843495; }

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

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

background-color css

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

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

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

border-color css

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

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

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