Html Css Color HEX #8325AE Vivid Violet

📋 copy color: '#8325AE'

red 131 ◦ green 37 ◦ blue 174

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

Shades of Vivid Violet #8325AE

Tints of Vivid Violet #8325AE

RGB

 RED value IS 131 (51.56% from 255) = 38.3%

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

 BLUE value IS 174 (68.36% from 255) = 50.88%

R = 38.3%
G = 10.82%
B = 50.88%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8325AE (or 0x8325AE) is known color: Vivid Violet. HEX triplet: 83, 25 and AE. RGB value is (131,37,174). Sum of RGB (Red+Green+Blue) = 131+37+174=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #8325AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8325AE is #7CDA51. Grayscale: #505050. Windows color (decimal): -8182354 or 11412867. OLE color: 11412867.

HSL color Cylindrical-coordinate representation of color #8325AE: hue angle of 281.17º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8325AE is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 37 174 -
CMYK 0.25 0.79 0 0.32
HSL 281.17º 0.65% 0.41% -
HSV(B) 281.17º 0.79% 0.68% -
XYZ 17.66 9.2 40.89 -
YUV 80.72 180.64 163.86 -
System Red Green Blue C M Y K H S L
Decimal 131 37 174 0.25 0.79 0 0.32 281.17 0.65 0.41
Hex 83 25 AE 19 4F 0 20 119 41 29
Octal 203 45 256 31 117 0 40 431 101 51
Binary 10000011 100101 10101110 11001 1001111 0 100000 100011001 1000001 101001

Color Harmonies of #8325AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8325AE

Black with #8325AE

Text Example


Text Example

White with #8325AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8325AE; }

 p { color: rgb(131,37,174); }

 H1.HeaderClassName
 {
   color: #8325AE;
 }
 .AnyTagClassName
 {
   color: #8325AE;
 }
</style>

background-color css

<style>
 a { background-color: #8325AE; }

 a { background-color: rgb(131,37,174); }

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

border-color css

<style>
 span { border-color: #8325AE; }

 span { border-color: rgb(131,37,174); }

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