Html Css Color HEX #8340AB Studio

📋 copy color: '#8340AB'

red 131 ◦ green 64 ◦ blue 171

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

Shades of Studio #8340AB

Tints of Studio #8340AB

RGB

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

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

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

R = 35.79%
G = 17.49%
B = 46.72%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8340AB (or 0x8340AB) is known color: Studio. HEX triplet: 83, 40 and AB. RGB value is (131,64,171). Sum of RGB (Red+Green+Blue) = 131+64+171=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #8340AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8340AB is #7CBF54. Grayscale: #5F5F5F. Windows color (decimal): -8175445 or 11223171. OLE color: 11223171.

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

Color convert

RGB 131 64 171 -
CMYK 0.23 0.63 0 0.33
HSL 277.57º 0.46% 0.46% -
HSV(B) 277.57º 0.63% 0.67% -
XYZ 18.54 11.43 39.76 -
YUV 96.23 170.2 152.8 -
System Red Green Blue C M Y K H S L
Decimal 131 64 171 0.23 0.63 0 0.33 277.57 0.46 0.46
Hex 83 40 AB 17 3F 0 21 116 2E 2E
Octal 203 100 253 27 77 0 41 426 56 56
Binary 10000011 1000000 10101011 10111 111111 0 100001 100010110 101110 101110

Color Harmonies of #8340AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8340AB

Black with #8340AB

Text Example


Text Example

White with #8340AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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