Html Css Color HEX #8351AB Studio

📋 copy color: '#8351AB'

red 131 ◦ green 81 ◦ blue 171

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

Shades of Studio #8351AB

Tints of Studio #8351AB

RGB

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

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

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

R = 34.2%
G = 21.15%
B = 44.65%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8351AB (or 0x8351AB) is known color: Studio. HEX triplet: 83, 51 and AB. RGB value is (131,81,171). Sum of RGB (Red+Green+Blue) = 131+81+171=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #8351AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8351AB is #7CAE54. Grayscale: #696969. Windows color (decimal): -8171093 or 11227523. OLE color: 11227523.

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

Color convert

RGB 131 81 171 -
CMYK 0.23 0.53 0 0.33
HSL 273.33º 0.36% 0.49% -
HSV(B) 273.33º 0.53% 0.67% -
XYZ 19.65 13.65 40.13 -
YUV 106.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 131 81 171 0.23 0.53 0 0.33 273.33 0.36 0.49
Hex 83 51 AB 17 35 0 21 111 24 31
Octal 203 121 253 27 65 0 41 421 44 61
Binary 10000011 1010001 10101011 10111 110101 0 100001 100010001 100100 110001

Color Harmonies of #8351AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8351AB

Black with #8351AB

Text Example


Text Example

White with #8351AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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