Html Css Color HEX #84249F Vivid Violet

📋 copy color: '#84249F'

red 132 ◦ green 36 ◦ blue 159

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

Shades of Vivid Violet #84249F

Tints of Vivid Violet #84249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.01%

 BLUE value IS 159 (62.5% from 255) = 48.62%

R = 40.37%
G = 11.01%
B = 48.62%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84249F (or 0x84249F) is known color: Vivid Violet. HEX triplet: 84, 24 and 9F. RGB value is (132,36,159). Sum of RGB (Red+Green+Blue) = 132+36+159=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #84249F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84249F is #7BDB60. Grayscale: #4E4E4E. Windows color (decimal): -8117089 or 10429572. OLE color: 10429572.

HSL color Cylindrical-coordinate representation of color #84249F: hue angle of 286.83º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84249F is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 36 159 -
CMYK 0.17 0.77 0 0.38
HSL 286.83º 0.63% 0.38% -
HSV(B) 286.83º 0.77% 0.62% -
XYZ 16.4 8.67 33.61 -
YUV 78.73 173.3 166 -
System Red Green Blue C M Y K H S L
Decimal 132 36 159 0.17 0.77 0 0.38 286.83 0.63 0.38
Hex 84 24 9F 11 4D 0 26 11F 3F 26
Octal 204 44 237 21 115 0 46 437 77 46
Binary 10000100 100100 10011111 10001 1001101 0 100110 100011111 111111 100110

Color Harmonies of #84249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84249F

Black with #84249F

Text Example


Text Example

White with #84249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84249F; }

 p { color: rgb(132,36,159); }

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

background-color css

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

 a { background-color: rgb(132,36,159); }

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

border-color css

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

 span { border-color: rgb(132,36,159); }

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