Html Css Color HEX #844082 Vivid Violet

📋 copy color: '#844082'

red 132 ◦ green 64 ◦ blue 130

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

Shades of Vivid Violet #844082

Tints of Vivid Violet #844082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.88%

R = 40.49%
G = 19.63%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#844082 (or 0x844082) is known color: Vivid Violet. HEX triplet: 84, 40 and 82. RGB value is (132,64,130). Sum of RGB (Red+Green+Blue) = 132+64+130=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #844082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844082 is #7BBF7D. Grayscale: #5B5B5B. Windows color (decimal): -8109950 or 8536196. OLE color: 8536196.

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

Color convert

RGB 132 64 130 -
CMYK 0 0.52 0.02 0.48
HSL 301.76º 0.35% 0.38% -
HSV(B) 301.76º 0.52% 0.52% -
XYZ 15.38 10.18 22.27 -
YUV 91.86 149.53 156.63 -
System Red Green Blue C M Y K H S L
Decimal 132 64 130 0 0.52 0.02 0.48 301.76 0.35 0.38
Hex 84 40 82 0 34 2 30 12E 23 26
Octal 204 100 202 0 64 2 60 456 43 46
Binary 10000100 1000000 10000010 0 110100 10 110000 100101110 100011 100110

Color Harmonies of #844082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844082

Black with #844082

Text Example


Text Example

White with #844082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844082; }

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

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

background-color css

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

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

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

border-color css

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

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

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