Html Css Color HEX #8425A7 Vivid Violet

📋 copy color: '#8425A7'

red 132 ◦ green 37 ◦ blue 167

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

Shades of Vivid Violet #8425A7

Tints of Vivid Violet #8425A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 49.7%

R = 39.29%
G = 11.01%
B = 49.7%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8425A7 (or 0x8425A7) is known color: Vivid Violet. HEX triplet: 84, 25 and A7. RGB value is (132,37,167). Sum of RGB (Red+Green+Blue) = 132+37+167=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 167 (65.62% from 255 or 49.70% from 336); Max value from RGB is 167 - color contains mainly: blue. Hex color #8425A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8425A7 is #7BDA58. Grayscale: #4F4F4F. Windows color (decimal): -8116825 or 10954116. OLE color: 10954116.

HSL color Cylindrical-coordinate representation of color #8425A7: hue angle of 283.85º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8425A7 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 132 37 167 -
CMYK 0.21 0.78 0 0.35
HSL 283.85º 0.64% 0.4% -
HSV(B) 283.85º 0.78% 0.65% -
XYZ 17.15 9.02 37.4 -
YUV 80.23 176.97 164.93 -
System Red Green Blue C M Y K H S L
Decimal 132 37 167 0.21 0.78 0 0.35 283.85 0.64 0.4
Hex 84 25 A7 15 4E 0 23 11C 40 28
Octal 204 45 247 25 116 0 43 434 100 50
Binary 10000100 100101 10100111 10101 1001110 0 100011 100011100 1000000 101000

Color Harmonies of #8425A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8425A7

Black with #8425A7

Text Example


Text Example

White with #8425A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8425A7; }

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

 H1.HeaderClassName
 {
   color: #8425A7;
 }
 .AnyTagClassName
 {
   color: #8425A7;
 }
</style>

background-color css

<style>
 a { background-color: #8425A7; }

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

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

border-color css

<style>
 span { border-color: #8425A7; }

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

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