Html Css Color HEX #8341AD Studio

📋 copy color: '#8341AD'

red 131 ◦ green 65 ◦ blue 173

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

Shades of Studio #8341AD

Tints of Studio #8341AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.62%

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

R = 35.5%
G = 17.62%
B = 46.88%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8341AD (or 0x8341AD) is known color: Studio. HEX triplet: 83, 41 and AD. RGB value is (131,65,173). Sum of RGB (Red+Green+Blue) = 131+65+173=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #8341AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8341AD is #7CBE52. Grayscale: #606060. Windows color (decimal): -8175187 or 11354499. OLE color: 11354499.

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

Color convert

RGB 131 65 173 -
CMYK 0.24 0.62 0 0.32
HSL 276.67º 0.45% 0.47% -
HSV(B) 276.67º 0.62% 0.68% -
XYZ 18.79 11.62 40.79 -
YUV 97.05 170.87 152.22 -
System Red Green Blue C M Y K H S L
Decimal 131 65 173 0.24 0.62 0 0.32 276.67 0.45 0.47
Hex 83 41 AD 18 3E 0 20 115 2D 2F
Octal 203 101 255 30 76 0 40 425 55 57
Binary 10000011 1000001 10101101 11000 111110 0 100000 100010101 101101 101111

Color Harmonies of #8341AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8341AD

Black with #8341AD

Text Example


Text Example

White with #8341AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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