Html Css Color HEX #844095 Vivid Violet

📋 copy color: '#844095'

red 132 ◦ green 64 ◦ blue 149

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

Shades of Vivid Violet #844095

Tints of Vivid Violet #844095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.55%

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

R = 38.26%
G = 18.55%
B = 43.19%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#844095 (or 0x844095) is known color: Vivid Violet. HEX triplet: 84, 40 and 95. RGB value is (132,64,149). Sum of RGB (Red+Green+Blue) = 132+64+149=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #844095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844095 is #7BBF6A. Grayscale: #5D5D5D. Windows color (decimal): -8109931 or 9781380. OLE color: 9781380.

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

Color convert

RGB 132 64 149 -
CMYK 0.11 0.57 0 0.42
HSL 288º 0.4% 0.42% -
HSV(B) 288º 0.57% 0.58% -
XYZ 16.77 10.74 29.62 -
YUV 94.02 159.03 155.09 -
System Red Green Blue C M Y K H S L
Decimal 132 64 149 0.11 0.57 0 0.42 288 0.4 0.42
Hex 84 40 95 B 39 0 2A 120 28 2A
Octal 204 100 225 13 71 0 52 440 50 52
Binary 10000100 1000000 10010101 1011 111001 0 101010 100100000 101000 101010

Color Harmonies of #844095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844095

Black with #844095

Text Example


Text Example

White with #844095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844095; }

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

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

background-color css

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

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

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

border-color css

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

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

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