Html Css Color HEX #844395 Vivid Violet

📋 copy color: '#844395'

red 132 ◦ green 67 ◦ blue 149

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

Shades of Vivid Violet #844395

Tints of Vivid Violet #844395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.25%

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

R = 37.93%
G = 19.25%
B = 42.82%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#844395 (or 0x844395) is known color: Vivid Violet. HEX triplet: 84, 43 and 95. RGB value is (132,67,149). Sum of RGB (Red+Green+Blue) = 132+67+149=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #844395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844395 is #7BBC6A. Grayscale: #5F5F5F. Windows color (decimal): -8109163 or 9782148. OLE color: 9782148.

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

Color convert

RGB 132 67 149 -
CMYK 0.11 0.55 0 0.42
HSL 287.56º 0.38% 0.42% -
HSV(B) 287.56º 0.55% 0.58% -
XYZ 16.95 11.09 29.68 -
YUV 95.78 158.03 153.83 -
System Red Green Blue C M Y K H S L
Decimal 132 67 149 0.11 0.55 0 0.42 287.56 0.38 0.42
Hex 84 43 95 B 37 0 2A 120 26 2A
Octal 204 103 225 13 67 0 52 440 46 52
Binary 10000100 1000011 10010101 1011 110111 0 101010 100100000 100110 101010

Color Harmonies of #844395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844395

Black with #844395

Text Example


Text Example

White with #844395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844395; }

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

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

background-color css

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

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

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

border-color css

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

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

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