Html Css Color HEX #843485 Vivid Violet

📋 copy color: '#843485'

red 132 ◦ green 52 ◦ blue 133

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

Shades of Vivid Violet #843485

Tints of Vivid Violet #843485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.96%

R = 41.64%
G = 16.4%
B = 41.96%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#843485 (or 0x843485) is known color: Vivid Violet. HEX triplet: 84, 34 and 85. RGB value is (132,52,133). Sum of RGB (Red+Green+Blue) = 132+52+133=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #843485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843485 is #7BCB7A. Grayscale: #545454. Windows color (decimal): -8113019 or 8729732. OLE color: 8729732.

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

Color convert

RGB 132 52 133 -
CMYK 0.01 0.61 0 0.48
HSL 299.26º 0.44% 0.36% -
HSV(B) 299.26º 0.61% 0.52% -
XYZ 14.98 9.05 23.15 -
YUV 85.15 155 161.41 -
System Red Green Blue C M Y K H S L
Decimal 132 52 133 0.01 0.61 0 0.48 299.26 0.44 0.36
Hex 84 34 85 1 3D 0 30 12B 2C 24
Octal 204 64 205 1 75 0 60 453 54 44
Binary 10000100 110100 10000101 1 111101 0 110000 100101011 101100 100100

Color Harmonies of #843485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843485

Black with #843485

Text Example


Text Example

White with #843485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843485; }

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

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

background-color css

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

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

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

border-color css

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

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

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