Html Css Color HEX #84259B Vivid Violet

📋 copy color: '#84259B'

red 132 ◦ green 37 ◦ blue 155

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

Shades of Vivid Violet #84259B

Tints of Vivid Violet #84259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.84%

R = 40.74%
G = 11.42%
B = 47.84%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84259B (or 0x84259B) is known color: Vivid Violet. HEX triplet: 84, 25 and 9B. RGB value is (132,37,155). Sum of RGB (Red+Green+Blue) = 132+37+155=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #84259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84259B is #7BDA64. Grayscale: #4E4E4E. Windows color (decimal): -8116837 or 10167684. OLE color: 10167684.

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

Color convert

RGB 132 37 155 -
CMYK 0.15 0.76 0 0.39
HSL 288.31º 0.61% 0.38% -
HSV(B) 288.31º 0.76% 0.61% -
XYZ 16.09 8.6 31.82 -
YUV 78.86 170.97 165.91 -
System Red Green Blue C M Y K H S L
Decimal 132 37 155 0.15 0.76 0 0.39 288.31 0.61 0.38
Hex 84 25 9B F 4C 0 27 120 3D 26
Octal 204 45 233 17 114 0 47 440 75 46
Binary 10000100 100101 10011011 1111 1001100 0 100111 100100000 111101 100110

Color Harmonies of #84259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84259B

Black with #84259B

Text Example


Text Example

White with #84259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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