Html Css Color HEX #8424A5 Vivid Violet

📋 copy color: '#8424A5'

red 132 ◦ green 36 ◦ blue 165

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

Shades of Vivid Violet #8424A5

Tints of Vivid Violet #8424A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 49.55%

R = 39.64%
G = 10.81%
B = 49.55%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8424A5 (or 0x8424A5) is known color: Vivid Violet. HEX triplet: 84, 24 and A5. RGB value is (132,36,165). Sum of RGB (Red+Green+Blue) = 132+36+165=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 165 (64.84% from 255 or 49.55% from 333); Max value from RGB is 165 - color contains mainly: blue. Hex color #8424A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8424A5 is #7BDB5A. Grayscale: #4E4E4E. Windows color (decimal): -8117083 or 10822788. OLE color: 10822788.

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

Color convert

RGB 132 36 165 -
CMYK 0.20 0.78 0 0.35
HSL 284.65º 0.64% 0.39% -
HSV(B) 284.65º 0.78% 0.65% -
XYZ 16.94 8.88 36.42 -
YUV 79.41 176.3 165.51 -
System Red Green Blue C M Y K H S L
Decimal 132 36 165 0.20 0.78 0 0.35 284.65 0.64 0.39
Hex 84 24 A5 14 4E 0 23 11D 40 27
Octal 204 44 245 24 116 0 43 435 100 47
Binary 10000100 100100 10100101 10100 1001110 0 100011 100011101 1000000 100111

Color Harmonies of #8424A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8424A5

Black with #8424A5

Text Example


Text Example

White with #8424A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8424A5; }

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

 H1.HeaderClassName
 {
   color: #8424A5;
 }
 .AnyTagClassName
 {
   color: #8424A5;
 }
</style>

background-color css

<style>
 a { background-color: #8424A5; }

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

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

border-color css

<style>
 span { border-color: #8424A5; }

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

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