#8341B7

Color #8341B7 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #8341B7

Tints of Studio #8341B7

Color information

#8341B7 (or 0x8341B7) is unknown color: approx Studio. HEX triplet: 83, 41 and B7. RGB value is (131,65,183). Sum of RGB (Red+Green+Blue) = 131+65+183=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 183 - color contains mainly: blue. Hex color #8341B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8341B7 is #7CBE48. Grayscale: #616161. Windows color (decimal): -8175177 or 12009859. OLE color: 12009859.

HSL color Cylindrical-coordinate representation of color #8341B7: hue angle of 273.56º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8341B7 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13165183-
CMYK0.280.6400.28
HSL273.56º47.58%48.63%-
HSV(B)273.56º64.48%71.76%-
XYZ19.812.0246.08-
YUV98.19175.87151.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 65 (25.78% from 255) = 17.15%
BLUE value IS 183 (71.88% from 255) = 48.28%
R=34.56%
G=17.15%
B=48.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal131651830.280.6400.28273.5647.5848.63
Hex8341B71C4001C1123031
Octal203101267341000344226061
Binary10000011100000110110111111001000000011100100010010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8341B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8341B7;
 }
 .AnyTagClassName
 {
   color: #8341B7;
 }
</style>
background-color css

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

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

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

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

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

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