Html Css Color HEX #84398E Vivid Violet

📋 copy color: '#84398E'

red 132 ◦ green 57 ◦ blue 142

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

Shades of Vivid Violet #84398E

Tints of Vivid Violet #84398E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.22%

 BLUE value IS 142 (55.86% from 255) = 42.9%

R = 39.88%
G = 17.22%
B = 42.9%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#84398E (or 0x84398E) is known color: Vivid Violet. HEX triplet: 84, 39 and 8E. RGB value is (132,57,142). Sum of RGB (Red+Green+Blue) = 132+57+142=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #84398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84398E is #7BC671. Grayscale: #585858. Windows color (decimal): -8111730 or 9320836. OLE color: 9320836.

HSL color Cylindrical-coordinate representation of color #84398E: hue angle of 292.94º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84398E is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 57 142 -
CMYK 0.07 0.60 0 0.44
HSL 292.94º 0.43% 0.39% -
HSV(B) 292.94º 0.6% 0.56% -
XYZ 15.86 9.78 26.64 -
YUV 89.12 157.85 158.59 -
System Red Green Blue C M Y K H S L
Decimal 132 57 142 0.07 0.60 0 0.44 292.94 0.43 0.39
Hex 84 39 8E 7 3C 0 2C 125 2B 27
Octal 204 71 216 7 74 0 54 445 53 47
Binary 10000100 111001 10001110 111 111100 0 101100 100100101 101011 100111

Color Harmonies of #84398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84398E

Black with #84398E

Text Example


Text Example

White with #84398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84398E; }

 p { color: rgb(132,57,142); }

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

background-color css

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

 a { background-color: rgb(132,57,142); }

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

border-color css

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

 span { border-color: rgb(132,57,142); }

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