Html Css Color HEX #84428C Vivid Violet

📋 copy color: '#84428C'

red 132 ◦ green 66 ◦ blue 140

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

Shades of Vivid Violet #84428C

Tints of Vivid Violet #84428C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.53%

 BLUE value IS 140 (55.08% from 255) = 41.42%

R = 39.05%
G = 19.53%
B = 41.42%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84428C (or 0x84428C) is known color: Vivid Violet. HEX triplet: 84, 42 and 8C. RGB value is (132,66,140). Sum of RGB (Red+Green+Blue) = 132+66+140=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 140 - color contains mainly: blue. Hex color #84428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84428C is #7BBD73. Grayscale: #5D5D5D. Windows color (decimal): -8109428 or 9192068. OLE color: 9192068.

HSL color Cylindrical-coordinate representation of color #84428C: hue angle of 293.51º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84428C is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 66 140 -
CMYK 0.06 0.53 0 0.45
HSL 293.51º 0.36% 0.4% -
HSV(B) 293.51º 0.53% 0.55% -
XYZ 16.2 10.7 26.02 -
YUV 94.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 132 66 140 0.06 0.53 0 0.45 293.51 0.36 0.4
Hex 84 42 8C 6 35 0 2D 126 24 28
Octal 204 102 214 6 65 0 55 446 44 50
Binary 10000100 1000010 10001100 110 110101 0 101101 100100110 100100 101000

Color Harmonies of #84428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84428C

Black with #84428C

Text Example


Text Example

White with #84428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84428C; }

 p { color: rgb(132,66,140); }

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

background-color css

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

 a { background-color: rgb(132,66,140); }

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

border-color css

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

 span { border-color: rgb(132,66,140); }

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