Html Css Color HEX #8341AC Studio

📋 copy color: '#8341AC'

red 131 ◦ green 65 ◦ blue 172

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

Shades of Studio #8341AC

Tints of Studio #8341AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.74%

R = 35.6%
G = 17.66%
B = 46.74%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8341AC (or 0x8341AC) is known color: Studio. HEX triplet: 83, 41 and AC. RGB value is (131,65,172). Sum of RGB (Red+Green+Blue) = 131+65+172=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #8341AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8341AC is #7CBE53. Grayscale: #606060. Windows color (decimal): -8175188 or 11288963. OLE color: 11288963.

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

Color convert

RGB 131 65 172 -
CMYK 0.24 0.62 0 0.33
HSL 277.01º 0.45% 0.46% -
HSV(B) 277.01º 0.62% 0.67% -
XYZ 18.7 11.58 40.28 -
YUV 96.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 131 65 172 0.24 0.62 0 0.33 277.01 0.45 0.46
Hex 83 41 AC 18 3E 0 21 115 2D 2E
Octal 203 101 254 30 76 0 41 425 55 56
Binary 10000011 1000001 10101100 11000 111110 0 100001 100010101 101101 101110

Color Harmonies of #8341AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8341AC

Black with #8341AC

Text Example


Text Example

White with #8341AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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