Html Css Color HEX #84259D Vivid Violet

📋 copy color: '#84259D'

red 132 ◦ green 37 ◦ blue 157

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

Shades of Vivid Violet #84259D

Tints of Vivid Violet #84259D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.35%

 BLUE value IS 157 (61.72% from 255) = 48.16%

R = 40.49%
G = 11.35%
B = 48.16%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84259D (or 0x84259D) is known color: Vivid Violet. HEX triplet: 84, 25 and 9D. RGB value is (132,37,157). Sum of RGB (Red+Green+Blue) = 132+37+157=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #84259D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84259D is #7BDA62. Grayscale: #4E4E4E. Windows color (decimal): -8116835 or 10298756. OLE color: 10298756.

HSL color Cylindrical-coordinate representation of color #84259D: hue angle of 287.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84259D is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 37 157 -
CMYK 0.16 0.76 0 0.38
HSL 287.5º 0.62% 0.38% -
HSV(B) 287.5º 0.76% 0.62% -
XYZ 16.26 8.66 32.71 -
YUV 79.09 171.97 165.74 -
System Red Green Blue C M Y K H S L
Decimal 132 37 157 0.16 0.76 0 0.38 287.5 0.62 0.38
Hex 84 25 9D 10 4C 0 26 120 3E 26
Octal 204 45 235 20 114 0 46 440 76 46
Binary 10000100 100101 10011101 10000 1001100 0 100110 100100000 111110 100110

Color Harmonies of #84259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84259D

Black with #84259D

Text Example


Text Example

White with #84259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84259D; }

 p { color: rgb(132,37,157); }

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

background-color css

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

 a { background-color: rgb(132,37,157); }

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

border-color css

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

 span { border-color: rgb(132,37,157); }

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