Html Css Color HEX #844585 Vivid Violet

📋 copy color: '#844585'

red 132 ◦ green 69 ◦ blue 133

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

Shades of Vivid Violet #844585

Tints of Vivid Violet #844585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.82%

R = 39.52%
G = 20.66%
B = 39.82%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#844585 (or 0x844585) is known color: Vivid Violet. HEX triplet: 84, 45 and 85. RGB value is (132,69,133). Sum of RGB (Red+Green+Blue) = 132+69+133=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #844585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844585 is #7BBA7A. Grayscale: #5E5E5E. Windows color (decimal): -8108667 or 8734084. OLE color: 8734084.

HSL color Cylindrical-coordinate representation of color #844585: hue angle of 299.06º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844585 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 69 133 -
CMYK 0.01 0.48 0 0.48
HSL 299.06º 0.32% 0.4% -
HSV(B) 299.06º 0.48% 0.52% -
XYZ 15.88 10.86 23.45 -
YUV 95.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 132 69 133 0.01 0.48 0 0.48 299.06 0.32 0.4
Hex 84 45 85 1 30 0 30 12B 20 28
Octal 204 105 205 1 60 0 60 453 40 50
Binary 10000100 1000101 10000101 1 110000 0 110000 100101011 100000 101000

Color Harmonies of #844585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844585

Black with #844585

Text Example


Text Example

White with #844585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844585; }

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

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

background-color css

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

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

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

border-color css

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

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

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