Html Css Color HEX #843CA0 Vivid Violet

📋 copy color: '#843CA0'

red 132 ◦ green 60 ◦ blue 160

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

Shades of Vivid Violet #843CA0

Tints of Vivid Violet #843CA0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.05%

 BLUE value IS 160 (62.89% from 255) = 45.45%

R = 37.5%
G = 17.05%
B = 45.45%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#843CA0 (or 0x843CA0) is known color: Vivid Violet. HEX triplet: 84, 3C and A0. RGB value is (132,60,160). Sum of RGB (Red+Green+Blue) = 132+60+160=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 160 - color contains mainly: blue. Hex color #843CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843CA0 is #7BC35F. Grayscale: #5C5C5C. Windows color (decimal): -8110944 or 10501252. OLE color: 10501252.

HSL color Cylindrical-coordinate representation of color #843CA0: hue angle of 283.2º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #843CA0 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 132 60 160 -
CMYK 0.17 0.62 0 0.37
HSL 283.2º 0.45% 0.43% -
HSV(B) 283.2º 0.63% 0.63% -
XYZ 17.48 10.68 34.4 -
YUV 92.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 132 60 160 0.17 0.62 0 0.37 283.2 0.45 0.43
Hex 84 3C A0 11 3E 0 25 11B 2D 2B
Octal 204 74 240 21 76 0 45 433 55 53
Binary 10000100 111100 10100000 10001 111110 0 100101 100011011 101101 101011

Color Harmonies of #843CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843CA0

Black with #843CA0

Text Example


Text Example

White with #843CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843CA0; }

 p { color: rgb(132,60,160); }

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

background-color css

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

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

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

border-color css

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

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

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