#8336B1

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

Shades of Studio #8336B1

Tints of Studio #8336B1

Color information

#8336B1 (or 0x8336B1) is unknown color: approx Studio. HEX triplet: 83, 36 and B1. RGB value is (131,54,177). Sum of RGB (Red+Green+Blue) = 131+54+177=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #8336B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8336B1 is #7CC94E. Grayscale: #5A5A5A. Windows color (decimal): -8177999 or 11613827. OLE color: 11613827.

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

Color convert

RGB13154177-
CMYK0.260.6900.31
HSL277.56º53.25%45.29%-
HSV(B)277.56º69.49%69.41%-
XYZ18.6210.6442.67-
YUV91.04176.51156.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.19%
GREEN value IS 54 (21.48% from 255) = 14.92%
BLUE value IS 177 (69.53% from 255) = 48.90%
R=36.19%
G=14.92%
B=48.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131541770.260.6900.31277.5653.2545.29
Hex8336B11A4501F116352d
Octal20366261321050374266555
Binary1000001111011010110001110101000101011111100010110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8336B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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