Html Css Color HEX #844594 Vivid Violet

📋 copy color: '#844594'

red 132 ◦ green 69 ◦ blue 148

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

Shades of Vivid Violet #844594

Tints of Vivid Violet #844594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.77%

 BLUE value IS 148 (58.2% from 255) = 42.41%

R = 37.82%
G = 19.77%
B = 42.41%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#844594 (or 0x844594) is known color: Vivid Violet. HEX triplet: 84, 45 and 94. RGB value is (132,69,148). Sum of RGB (Red+Green+Blue) = 132+69+148=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 148 - color contains mainly: blue. Hex color #844594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844594 is #7BBA6B. Grayscale: #606060. Windows color (decimal): -8108652 or 9717124. OLE color: 9717124.

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

Color convert

RGB 132 69 148 -
CMYK 0.11 0.53 0 0.42
HSL 287.85º 0.36% 0.43% -
HSV(B) 287.85º 0.53% 0.58% -
XYZ 16.99 11.3 29.3 -
YUV 96.84 156.87 153.08 -
System Red Green Blue C M Y K H S L
Decimal 132 69 148 0.11 0.53 0 0.42 287.85 0.36 0.43
Hex 84 45 94 B 35 0 2A 120 24 2B
Octal 204 105 224 13 65 0 52 440 44 53
Binary 10000100 1000101 10010100 1011 110101 0 101010 100100000 100100 101011

Color Harmonies of #844594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844594

Black with #844594

Text Example


Text Example

White with #844594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844594; }

 p { color: rgb(132,69,148); }

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

background-color css

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

 a { background-color: rgb(132,69,148); }

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

border-color css

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

 span { border-color: rgb(132,69,148); }

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