Html Css Color HEX #8315AA Vivid Violet

📋 copy color: '#8315AA'

red 131 ◦ green 21 ◦ blue 170

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

Shades of Vivid Violet #8315AA

Tints of Vivid Violet #8315AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.52%

 BLUE value IS 170 (66.8% from 255) = 52.8%

R = 40.68%
G = 6.52%
B = 52.8%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8315AA (or 0x8315AA) is known color: Vivid Violet. HEX triplet: 83, 15 and AA. RGB value is (131,21,170). Sum of RGB (Red+Green+Blue) = 131+21+170=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #8315AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8315AA is #7CEA55. Grayscale: #464646. Windows color (decimal): -8186454 or 11146627. OLE color: 11146627.

HSL color Cylindrical-coordinate representation of color #8315AA: hue angle of 284.3º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8315AA is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 21 170 -
CMYK 0.23 0.88 0 0.33
HSL 284.3º 0.78% 0.37% -
HSV(B) 284.3º 0.88% 0.67% -
XYZ 16.88 8.26 38.74 -
YUV 70.88 183.94 170.88 -
System Red Green Blue C M Y K H S L
Decimal 131 21 170 0.23 0.88 0 0.33 284.3 0.78 0.37
Hex 83 15 AA 17 58 0 21 11C 4E 25
Octal 203 25 252 27 130 0 41 434 116 45
Binary 10000011 10101 10101010 10111 1011000 0 100001 100011100 1001110 100101

Color Harmonies of #8315AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8315AA

Black with #8315AA

Text Example


Text Example

White with #8315AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8315AA; }

 p { color: rgb(131,21,170); }

 H1.HeaderClassName
 {
   color: #8315AA;
 }
 .AnyTagClassName
 {
   color: #8315AA;
 }
</style>

background-color css

<style>
 a { background-color: #8315AA; }

 a { background-color: rgb(131,21,170); }

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

border-color css

<style>
 span { border-color: #8315AA; }

 span { border-color: rgb(131,21,170); }

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