Html Css Color HEX #8341B1 Studio

📋 copy color: '#8341B1'

red 131 ◦ green 65 ◦ blue 177

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

Shades of Studio #8341B1

Tints of Studio #8341B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.45%

R = 35.12%
G = 17.43%
B = 47.45%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8341B1 (or 0x8341B1) is known color: Studio. HEX triplet: 83, 41 and B1. RGB value is (131,65,177). Sum of RGB (Red+Green+Blue) = 131+65+177=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #8341B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8341B1 is #7CBE4E. Grayscale: #616161. Windows color (decimal): -8175183 or 11616643. OLE color: 11616643.

HSL color Cylindrical-coordinate representation of color #8341B1: hue angle of 275.36º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8341B1 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 65 177 -
CMYK 0.26 0.63 0 0.31
HSL 275.36º 0.46% 0.47% -
HSV(B) 275.36º 0.63% 0.69% -
XYZ 19.19 11.78 42.86 -
YUV 97.5 172.87 151.89 -
System Red Green Blue C M Y K H S L
Decimal 131 65 177 0.26 0.63 0 0.31 275.36 0.46 0.47
Hex 83 41 B1 1A 3F 0 1F 113 2E 2F
Octal 203 101 261 32 77 0 37 423 56 57
Binary 10000011 1000001 10110001 11010 111111 0 11111 100010011 101110 101111

Color Harmonies of #8341B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8341B1

Black with #8341B1

Text Example


Text Example

White with #8341B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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