Html Css Color HEX #8315AB Vivid Violet

📋 copy color: '#8315AB'

red 131 ◦ green 21 ◦ blue 171

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

Shades of Vivid Violet #8315AB

Tints of Vivid Violet #8315AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.94%

R = 40.56%
G = 6.5%
B = 52.94%

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

#8315AB (or 0x8315AB) is known color: Vivid Violet. HEX triplet: 83, 15 and AB. RGB value is (131,21,171). Sum of RGB (Red+Green+Blue) = 131+21+171=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #8315AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8315AB is #7CEA54. Grayscale: #464646. Windows color (decimal): -8186453 or 11212163. OLE color: 11212163.

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

Color convert

RGB 131 21 171 -
CMYK 0.23 0.88 0 0.33
HSL 284º 0.78% 0.38% -
HSV(B) 284º 0.88% 0.67% -
XYZ 16.98 8.3 39.24 -
YUV 70.99 184.44 170.8 -
System Red Green Blue C M Y K H S L
Decimal 131 21 171 0.23 0.88 0 0.33 284 0.78 0.38
Hex 83 15 AB 17 58 0 21 11C 4E 26
Octal 203 25 253 27 130 0 41 434 116 46
Binary 10000011 10101 10101011 10111 1011000 0 100001 100011100 1001110 100110

Color Harmonies of #8315AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8315AB

Black with #8315AB

Text Example


Text Example

White with #8315AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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