Html Css Color HEX #8346AD Studio

📋 copy color: '#8346AD'

red 131 ◦ green 70 ◦ blue 173

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

Shades of Studio #8346AD

Tints of Studio #8346AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.72%

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

R = 35.03%
G = 18.72%
B = 46.26%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8346AD (or 0x8346AD) is known color: Studio. HEX triplet: 83, 46 and AD. RGB value is (131,70,173). Sum of RGB (Red+Green+Blue) = 131+70+173=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #8346AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8346AD is #7CB952. Grayscale: #636363. Windows color (decimal): -8173907 or 11355779. OLE color: 11355779.

HSL color Cylindrical-coordinate representation of color #8346AD: hue angle of 275.53º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8346AD is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 70 173 -
CMYK 0.24 0.60 0 0.32
HSL 275.53º 0.42% 0.48% -
HSV(B) 275.53º 0.6% 0.68% -
XYZ 19.09 12.22 40.89 -
YUV 99.98 169.21 150.12 -
System Red Green Blue C M Y K H S L
Decimal 131 70 173 0.24 0.60 0 0.32 275.53 0.42 0.48
Hex 83 46 AD 18 3C 0 20 114 2A 30
Octal 203 106 255 30 74 0 40 424 52 60
Binary 10000011 1000110 10101101 11000 111100 0 100000 100010100 101010 110000

Color Harmonies of #8346AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8346AD

Black with #8346AD

Text Example


Text Example

White with #8346AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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