Html Css Color HEX #8350A2 Studio

📋 copy color: '#8350A2'

red 131 ◦ green 80 ◦ blue 162

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

Shades of Studio #8350A2

Tints of Studio #8350A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.43%

R = 35.12%
G = 21.45%
B = 43.43%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8350A2 (or 0x8350A2) is known color: Studio. HEX triplet: 83, 50 and A2. RGB value is (131,80,162). Sum of RGB (Red+Green+Blue) = 131+80+162=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 162 - color contains mainly: blue. Hex color #8350A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8350A2 is #7CAF5D. Grayscale: #686868. Windows color (decimal): -8171358 or 10637443. OLE color: 10637443.

HSL color Cylindrical-coordinate representation of color #8350A2: hue angle of 277.32º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8350A2 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 80 162 -
CMYK 0.19 0.51 0 0.36
HSL 277.32º 0.34% 0.47% -
HSV(B) 277.32º 0.51% 0.64% -
XYZ 18.75 13.17 35.74 -
YUV 104.6 160.4 146.83 -
System Red Green Blue C M Y K H S L
Decimal 131 80 162 0.19 0.51 0 0.36 277.32 0.34 0.47
Hex 83 50 A2 13 33 0 24 115 22 2F
Octal 203 120 242 23 63 0 44 425 42 57
Binary 10000011 1010000 10100010 10011 110011 0 100100 100010101 100010 101111

Color Harmonies of #8350A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8350A2

Black with #8350A2

Text Example


Text Example

White with #8350A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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