Html Css Color HEX #844C93 Vivid Violet

📋 copy color: '#844C93'

red 132 ◦ green 76 ◦ blue 147

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

Shades of Vivid Violet #844C93

Tints of Vivid Violet #844C93

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.41%

 BLUE value IS 147 (57.81% from 255) = 41.41%

R = 37.18%
G = 21.41%
B = 41.41%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#844C93 (or 0x844C93) is known color: Vivid Violet. HEX triplet: 84, 4C and 93. RGB value is (132,76,147). Sum of RGB (Red+Green+Blue) = 132+76+147=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #844C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844C93 is #7BB36C. Grayscale: #646464. Windows color (decimal): -8106861 or 9653380. OLE color: 9653380.

HSL color Cylindrical-coordinate representation of color #844C93: hue angle of 287.32º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844C93 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 76 147 -
CMYK 0.10 0.48 0 0.42
HSL 287.32º 0.32% 0.44% -
HSV(B) 287.32º 0.48% 0.58% -
XYZ 17.37 12.18 29.04 -
YUV 100.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 132 76 147 0.10 0.48 0 0.42 287.32 0.32 0.44
Hex 84 4C 93 A 30 0 2A 11F 20 2C
Octal 204 114 223 12 60 0 52 437 40 54
Binary 10000100 1001100 10010011 1010 110000 0 101010 100011111 100000 101100

Color Harmonies of #844C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844C93

Black with #844C93

Text Example


Text Example

White with #844C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844C93; }

 p { color: rgb(132,76,147); }

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

background-color css

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

 a { background-color: rgb(132,76,147); }

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

border-color css

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

 span { border-color: rgb(132,76,147); }

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