Html Css Color HEX #8351AD Studio

📋 copy color: '#8351AD'

red 131 ◦ green 81 ◦ blue 173

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

Shades of Studio #8351AD

Tints of Studio #8351AD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.04%

 BLUE value IS 173 (67.97% from 255) = 44.94%

R = 34.03%
G = 21.04%
B = 44.94%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8351AD (or 0x8351AD) is known color: Studio. HEX triplet: 83, 51 and AD. RGB value is (131,81,173). Sum of RGB (Red+Green+Blue) = 131+81+173=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #8351AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8351AD is #7CAE52. Grayscale: #6A6A6A. Windows color (decimal): -8171091 or 11358595. OLE color: 11358595.

HSL color Cylindrical-coordinate representation of color #8351AD: hue angle of 272.61º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8351AD is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 81 173 -
CMYK 0.24 0.53 0 0.32
HSL 272.61º 0.36% 0.5% -
HSV(B) 272.61º 0.53% 0.68% -
XYZ 19.85 13.73 41.14 -
YUV 106.44 165.57 145.52 -
System Red Green Blue C M Y K H S L
Decimal 131 81 173 0.24 0.53 0 0.32 272.61 0.36 0.5
Hex 83 51 AD 18 35 0 20 111 24 32
Octal 203 121 255 30 65 0 40 421 44 62
Binary 10000011 1010001 10101101 11000 110101 0 100000 100010001 100100 110010

Color Harmonies of #8351AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8351AD

Black with #8351AD

Text Example


Text Example

White with #8351AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8351AD; }

 p { color: rgb(131,81,173); }

 H1.HeaderClassName
 {
   color: #8351AD;
 }
 .AnyTagClassName
 {
   color: #8351AD;
 }
</style>

background-color css

<style>
 a { background-color: #8351AD; }

 a { background-color: rgb(131,81,173); }

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

border-color css

<style>
 span { border-color: #8351AD; }

 span { border-color: rgb(131,81,173); }

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