Html Css Color HEX #8340AD Studio

📋 copy color: '#8340AD'

red 131 ◦ green 64 ◦ blue 173

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

Shades of Studio #8340AD

Tints of Studio #8340AD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.39%

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

R = 35.6%
G = 17.39%
B = 47.01%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8340AD (or 0x8340AD) is known color: Studio. HEX triplet: 83, 40 and AD. RGB value is (131,64,173). Sum of RGB (Red+Green+Blue) = 131+64+173=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #8340AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8340AD is #7CBF52. Grayscale: #606060. Windows color (decimal): -8175443 or 11354243. OLE color: 11354243.

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

Color convert

RGB 131 64 173 -
CMYK 0.24 0.63 0 0.32
HSL 276.88º 0.46% 0.46% -
HSV(B) 276.88º 0.63% 0.68% -
XYZ 18.74 11.51 40.77 -
YUV 96.46 171.2 152.64 -
System Red Green Blue C M Y K H S L
Decimal 131 64 173 0.24 0.63 0 0.32 276.88 0.46 0.46
Hex 83 40 AD 18 3F 0 20 115 2E 2E
Octal 203 100 255 30 77 0 40 425 56 56
Binary 10000011 1000000 10101101 11000 111111 0 100000 100010101 101110 101110

Color Harmonies of #8340AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8340AD

Black with #8340AD

Text Example


Text Example

White with #8340AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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