Html Css Color HEX #8350AB Studio

📋 copy color: '#8350AB'

red 131 ◦ green 80 ◦ blue 171

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

Shades of Studio #8350AB

Tints of Studio #8350AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.94%

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

R = 34.29%
G = 20.94%
B = 44.76%

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

#8350AB (or 0x8350AB) is known color: Studio. HEX triplet: 83, 50 and AB. RGB value is (131,80,171). Sum of RGB (Red+Green+Blue) = 131+80+171=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #8350AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8350AB is #7CAF54. Grayscale: #696969. Windows color (decimal): -8171349 or 11227267. OLE color: 11227267.

HSL color Cylindrical-coordinate representation of color #8350AB: hue angle of 273.63º 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 #8350AB is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 80 171 -
CMYK 0.23 0.53 0 0.33
HSL 273.63º 0.36% 0.49% -
HSV(B) 273.63º 0.53% 0.67% -
XYZ 19.58 13.5 40.1 -
YUV 105.62 164.9 146.1 -
System Red Green Blue C M Y K H S L
Decimal 131 80 171 0.23 0.53 0 0.33 273.63 0.36 0.49
Hex 83 50 AB 17 35 0 21 112 24 31
Octal 203 120 253 27 65 0 41 422 44 61
Binary 10000011 1010000 10101011 10111 110101 0 100001 100010010 100100 110001

Color Harmonies of #8350AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8350AB

Black with #8350AB

Text Example


Text Example

White with #8350AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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