Html Css Color HEX #844B95 Vivid Violet

📋 copy color: '#844B95'

red 132 ◦ green 75 ◦ blue 149

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

Shades of Vivid Violet #844B95

Tints of Vivid Violet #844B95

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.07%

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

R = 37.08%
G = 21.07%
B = 41.85%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#844B95 (or 0x844B95) is known color: Vivid Violet. HEX triplet: 84, 4B and 95. RGB value is (132,75,149). Sum of RGB (Red+Green+Blue) = 132+75+149=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #844B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844B95 is #7BB46A. Grayscale: #646464. Windows color (decimal): -8107115 or 9784196. OLE color: 9784196.

HSL color Cylindrical-coordinate representation of color #844B95: hue angle of 286.22º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #844B95 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 75 149 -
CMYK 0.11 0.50 0 0.42
HSL 286.22º 0.33% 0.44% -
HSV(B) 286.22º 0.5% 0.58% -
XYZ 17.46 12.11 29.85 -
YUV 100.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 132 75 149 0.11 0.50 0 0.42 286.22 0.33 0.44
Hex 84 4B 95 B 32 0 2A 11E 21 2C
Octal 204 113 225 13 62 0 52 436 41 54
Binary 10000100 1001011 10010101 1011 110010 0 101010 100011110 100001 101100

Color Harmonies of #844B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844B95

Black with #844B95

Text Example


Text Example

White with #844B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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